| 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 6a0299cfded70033f6dd0ef7622efa6ea952eb0d..54235bbe10158f2a62b0140f9cb0df11078b6ee4 100644
|
| --- a/chrome/browser/history/in_memory_url_index.cc
|
| +++ b/chrome/browser/history/in_memory_url_index.cc
|
| @@ -39,7 +39,7 @@ void InitializeSchemeWhitelist(std::set<std::string>* whitelist) {
|
| DCHECK(whitelist);
|
| if (!whitelist->empty())
|
| return; // Nothing to do, already initialized.
|
| - whitelist->insert(std::string(chrome::kAboutScheme));
|
| + whitelist->insert(std::string(content::kAboutScheme));
|
| whitelist->insert(std::string(content::kChromeUIScheme));
|
| whitelist->insert(std::string(content::kFileScheme));
|
| whitelist->insert(std::string(content::kFtpScheme));
|
|
|