Index: chrome/browser/history/in_memory_url_index.cc |
diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/history/in_memory_url_index.cc |
index a5c1c4716097d536b8749e5549bca4c318259184..38eb30ca4410d7cffb2d206c525c7d6f22d9f07f 100644 |
--- a/chrome/browser/history/in_memory_url_index.cc |
+++ b/chrome/browser/history/in_memory_url_index.cc |
@@ -38,7 +38,7 @@ void InitializeSchemeWhitelist(std::set<std::string>* whitelist) { |
DCHECK(whitelist); |
if (!whitelist->empty()) |
return; // Nothing to do, already initialized. |
- whitelist->insert(std::string(content::kAboutScheme)); |
+ whitelist->insert(std::string(url::kAboutScheme)); |
whitelist->insert(std::string(content::kChromeUIScheme)); |
whitelist->insert(std::string(url::kFileScheme)); |
whitelist->insert(std::string(url::kFtpScheme)); |