| Index: chrome/browser/autocomplete/history_url_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc
|
| index 93581bf00e3a9d5bdd5a4d3b2223b6d11a9f40a5..7f59e68a2a1746ece2ec91b2e64c718ec0085dc7 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -968,7 +968,7 @@ bool HistoryURLProvider::CanFindIntranetURL(
|
| // input's text and parts between Parse() and here, it seems better to be
|
| // paranoid and check.
|
| if ((input.type() != metrics::OmniboxInputType::UNKNOWN) ||
|
| - !LowerCaseEqualsASCII(input.scheme(), url::kHttpScheme) ||
|
| + !base::LowerCaseEqualsASCII(input.scheme(), url::kHttpScheme) ||
|
| !input.parts().host.is_nonempty())
|
| return false;
|
| const std::string host(base::UTF16ToUTF8(
|
|
|