| Index: ui/base/l10n/l10n_util.cc
|
| diff --git a/ui/base/l10n/l10n_util.cc b/ui/base/l10n/l10n_util.cc
|
| index da409a0904e57427df5f619ed3f6a47b35282ee8..592280fba71060580854fb5ce183b66cb135ed4d 100644
|
| --- a/ui/base/l10n/l10n_util.cc
|
| +++ b/ui/base/l10n/l10n_util.cc
|
| @@ -507,7 +507,7 @@ bool IsLocaleNameTranslated(const char* locale,
|
| // the translation is available or not. If ICU doesn't have a translated
|
| // name for this locale, GetDisplayNameForLocale will just return the
|
| // locale code.
|
| - return !IsStringASCII(display_name) ||
|
| + return !base::IsStringASCII(display_name) ||
|
| base::UTF16ToASCII(display_name) != locale;
|
| }
|
|
|
|
|