| Index: ui/base/l10n/l10n_util_unittest.cc
|
| diff --git a/ui/base/l10n/l10n_util_unittest.cc b/ui/base/l10n/l10n_util_unittest.cc
|
| index 2d33a0fee30e8321c42537e72d2896c18bff0047..dbf38958d38dcc1206ef3a0b1722b58a1aa01843 100644
|
| --- a/ui/base/l10n/l10n_util_unittest.cc
|
| +++ b/ui/base/l10n/l10n_util_unittest.cc
|
| @@ -374,7 +374,6 @@ TEST_F(L10nUtilTest, GetDisplayNameForLocale) {
|
| result = l10n_util::GetDisplayNameForLocale("xyz-xyz", "en", false);
|
| EXPECT_EQ(ASCIIToUTF16("xyz (XYZ)"), result);
|
|
|
| -#if !defined(TOOLKIT_GTK)
|
| // Check for directional markers when using RTL languages to ensure that
|
| // direction neutral characters such as parentheses are properly formatted.
|
|
|
| @@ -387,7 +386,6 @@ TEST_F(L10nUtilTest, GetDisplayNameForLocale) {
|
|
|
| // Clean up.
|
| base::i18n::SetICUDefaultLocale(original_locale);
|
| -#endif
|
|
|
| // ToUpper and ToLower should work with embedded NULLs.
|
| const size_t length_with_null = 4;
|
|
|