| 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 029e56af86f377d95f2c61e7bfe3101de223fe71..c074eb9347f5151bb7a0effe66e63ab33ef4cdc2 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));
|
|
|