Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: chrome/browser/prerender/prerender_manager.cc

Issue 325443002: Move about://-related constants from //content to //url (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android ifx Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_manager.cc
diff --git a/chrome/browser/prerender/prerender_manager.cc b/chrome/browser/prerender/prerender_manager.cc
index 85d861ebb3fc60a43cbbc964c10d5ff68c2adb52..c6ced3c194eef1dcea336c205d5fd75937c72a81 100644
--- a/chrome/browser/prerender/prerender_manager.cc
+++ b/chrome/browser/prerender/prerender_manager.cc
@@ -926,7 +926,7 @@ bool PrerenderManager::DoesURLHaveValidScheme(const GURL& url) {
// static
bool PrerenderManager::DoesSubresourceURLHaveValidScheme(const GURL& url) {
- return DoesURLHaveValidScheme(url) || url == GURL(content::kAboutBlankURL);
+ return DoesURLHaveValidScheme(url) || url == GURL(url::kAboutBlankURL);
}
base::DictionaryValue* PrerenderManager::GetAsValue() const {
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698