Index: trunk/src/ui/base/l10n/l10n_util.cc |
=================================================================== |
--- trunk/src/ui/base/l10n/l10n_util.cc (revision 257532) |
+++ trunk/src/ui/base/l10n/l10n_util.cc (working copy) |
@@ -507,7 +507,7 @@ |
// 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 !base::IsStringASCII(display_name) || |
+ return !IsStringASCII(display_name) || |
base::UTF16ToASCII(display_name) != locale; |
} |