| Index: net/base/net_util_icu.cc
|
| diff --git a/net/base/net_util_icu.cc b/net/base/net_util_icu.cc
|
| index 82fcd7a1ce75becc7ab502a39c1eeb4d7b69706b..08be72fbf65edcf815316d94762cb2375568ef0f 100644
|
| --- a/net/base/net_util_icu.cc
|
| +++ b/net/base/net_util_icu.cc
|
| @@ -704,8 +704,8 @@ base::string16 FormatUrlWithAdjustments(
|
| // formatted URL is directly pre-filled into an input field.) For this reason
|
| // we avoid stripping "http://" in this case.
|
| bool omit_http = (format_types & kFormatUrlOmitHTTP) &&
|
| - EqualsASCII(url_string, kHTTP) &&
|
| - !StartsWithASCII(url.host(), kFTP, true);
|
| + base::EqualsASCII(url_string, kHTTP) &&
|
| + !StartsWithASCII(url.host(), kFTP, true);
|
| new_parsed->scheme = parsed.scheme;
|
|
|
| // Username & password.
|
|
|