| 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 4c2d53cb3b59104d554fdcdff87b592a1ebe84d1..4caaaf048d12d53c640a2e45ee24c0112789ab81 100644
|
| --- a/chrome/browser/history/in_memory_url_index.cc
|
| +++ b/chrome/browser/history/in_memory_url_index.cc
|
| @@ -41,7 +41,7 @@ void InitializeSchemeWhitelist(std::set<std::string>* whitelist) {
|
| return; // Nothing to do, already initialized.
|
| whitelist->insert(std::string(chrome::kAboutScheme));
|
| whitelist->insert(std::string(chrome::kChromeUIScheme));
|
| - whitelist->insert(std::string(chrome::kFileScheme));
|
| + whitelist->insert(std::string(content::kFileScheme));
|
| whitelist->insert(std::string(content::kFtpScheme));
|
| whitelist->insert(std::string(content::kHttpScheme));
|
| whitelist->insert(std::string(content::kHttpsScheme));
|
|
|