| 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 3d9ebdbdb5c854c4a6b74214f0133e41df41e666..67ac762292fd00c43430b64c63b1e90429fade88 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider.cc
|
| @@ -862,7 +862,7 @@ bool HistoryURLProvider::CanFindIntranetURL(
|
| // input's text and parts between Parse() and here, it seems better to be
|
| // paranoid and check.
|
| if ((input.type() != AutocompleteInput::UNKNOWN) ||
|
| - !LowerCaseEqualsASCII(input.scheme(), content::kHttpScheme) ||
|
| + !LowerCaseEqualsASCII(input.scheme(), url::kHttpScheme) ||
|
| !input.parts().host.is_nonempty())
|
| return false;
|
| const std::string host(base::UTF16ToUTF8(
|
|
|