Index: chrome/browser/history/history_service.cc |
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc |
index a4513e1d6037cedcced8d0df6d9adf32428c5d04..ba14f5f1ee44ab20ca38c4991aef9d456cb31364 100644 |
--- a/chrome/browser/history/history_service.cc |
+++ b/chrome/browser/history/history_service.cc |
@@ -971,7 +971,7 @@ bool HistoryService::CanAddURL(const GURL& url) { |
// Allow all about: and chrome: URLs except about:blank, since the user may |
// like to see "chrome://memory/", etc. in their history and autocomplete. |
- if (url == GURL(content::kAboutBlankURL)) |
+ if (url == GURL(url::kAboutBlankURL)) |
return false; |
return true; |