| Index: chrome/browser/autocomplete/autocomplete_input.cc
|
| diff --git a/chrome/browser/autocomplete/autocomplete_input.cc b/chrome/browser/autocomplete/autocomplete_input.cc
|
| index 48670e7e1094d1ca15ac695e4d80962ec59736a1..ea4285172a6a3c21fd963991f877554d079d22ff 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_input.cc
|
| +++ b/chrome/browser/autocomplete/autocomplete_input.cc
|
| @@ -186,7 +186,7 @@ AutocompleteInput::Type AutocompleteInput::Parse(
|
| // the renderer handles internally without reaching the net::URLRequest
|
| // logic. They thus won't be listed as "handled protocols", but we should
|
| // still claim to handle them.
|
| - if (ProfileIOData::IsHandledProtocol(UTF16ToASCII(parsed_scheme)) ||
|
| + if (ProfileIOData::IsHandledProtocol(base::UTF16ToASCII(parsed_scheme)) ||
|
| LowerCaseEqualsASCII(parsed_scheme, content::kViewSourceScheme) ||
|
| LowerCaseEqualsASCII(parsed_scheme, content::kJavaScriptScheme) ||
|
| LowerCaseEqualsASCII(parsed_scheme, content::kDataScheme))
|
|
|