| 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 e25a0927cef22af2093d5d6c1fde873d772a47ac..71a58c8ef011cde61ffe72c0933728eaca8523f0 100644
|
| --- a/chrome/browser/history/in_memory_url_index.cc
|
| +++ b/chrome/browser/history/in_memory_url_index.cc
|
| @@ -42,8 +42,8 @@ void InitializeSchemeWhitelist(std::set<std::string>* whitelist) {
|
| whitelist->insert(std::string(content::kChromeUIScheme));
|
| whitelist->insert(std::string(content::kFileScheme));
|
| whitelist->insert(std::string(content::kFtpScheme));
|
| - whitelist->insert(std::string(content::kHttpScheme));
|
| - whitelist->insert(std::string(content::kHttpsScheme));
|
| + whitelist->insert(std::string(url::kHttpScheme));
|
| + whitelist->insert(std::string(url::kHttpsScheme));
|
| whitelist->insert(std::string(content::kMailToScheme));
|
| }
|
|
|
|
|