| Index: chrome/common/extensions/manifest_tests/extension_manifests_initvalue_unittest.cc
|
| ===================================================================
|
| --- chrome/common/extensions/manifest_tests/extension_manifests_initvalue_unittest.cc (revision 184354)
|
| +++ chrome/common/extensions/manifest_tests/extension_manifests_initvalue_unittest.cc (working copy)
|
| @@ -164,7 +164,7 @@
|
| // Strong RTL characters in name.
|
| extension = LoadAndExpectSuccess("init_valid_name_strong_rtl.json");
|
|
|
| - localized_name = base::WideToUTF16(L"Dictionary (\x05D1\x05D2"L" Google)");
|
| + localized_name = WideToUTF16(L"Dictionary (\x05D1\x05D2"L" Google)");
|
| base::i18n::AdjustStringForLocaleDirection(&localized_name);
|
| EXPECT_EQ(localized_name, UTF8ToUTF16(extension->name()));
|
|
|
|
|