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 9eba62ecf520aef8de2b83e6be2663329cdbe8dc..d9b17e24da243586723c3e25feccb25dc432e992 100644 |
--- a/chrome/browser/history/in_memory_url_index.cc |
+++ b/chrome/browser/history/in_memory_url_index.cc |
@@ -44,7 +44,7 @@ void InitializeSchemeWhitelist(std::set<std::string>* whitelist) { |
whitelist->insert(std::string(chrome::kFileScheme)); |
whitelist->insert(std::string(chrome::kFtpScheme)); |
whitelist->insert(std::string(chrome::kHttpScheme)); |
- whitelist->insert(std::string(chrome::kHttpsScheme)); |
+ whitelist->insert(std::string(content::kHttpsScheme)); |
whitelist->insert(std::string(content::kMailToScheme)); |
} |