Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(694)

Unified Diff: ui/base/l10n/l10n_util_unittest.cc

Issue 232773008: More removal of GTK code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove base/ so I don't need another stamp. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/clipboard/custom_data_helper_linux.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/base/clipboard/custom_data_helper_linux.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698