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