| Index: net/base/net_util_icu.cc
|
| diff --git a/net/base/net_util_icu.cc b/net/base/net_util_icu.cc
|
| index 4c5837566ff37f36341ae94a13d5ae25e34f4a99..4094feeff74a1313e900940ea4d6648c42f0e2a2 100644
|
| --- a/net/base/net_util_icu.cc
|
| +++ b/net/base/net_util_icu.cc
|
| @@ -692,7 +692,7 @@ base::string16 FormatUrlWithAdjustments(
|
| spec.begin() + parsed.CountCharactersBefore(url::Parsed::USERNAME, true));
|
| const char kHTTP[] = "http://";
|
| const char kFTP[] = "ftp.";
|
| - // URLFixerUpper::FixupURL() treats "ftp.foo.com" as ftp://ftp.foo.com. This
|
| + // url_fixer::FixupURL() treats "ftp.foo.com" as ftp://ftp.foo.com. This
|
| // means that if we trim "http://" off a URL whose host starts with "ftp." and
|
| // the user inputs this into any field subject to fixup (which is basically
|
| // all input fields), the meaning would be changed. (In fact, often the
|
|
|