| 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 1f2ad0b00093724b6b9845c45dd1a9c27d9d4dfe..7991e3cb4e874339ca1050afbabf1842b28c28d0 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -973,7 +973,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(
|
|
|