Index: ui/base/test/run_all_unittests.cc |
diff --git a/ui/base/test/run_all_unittests.cc b/ui/base/test/run_all_unittests.cc |
index bfc5f2603b9310c0fa535df0941093a98eeab092..094c458104a172c59bb19c4c5fd4d18188f3604c 100644 |
--- a/ui/base/test/run_all_unittests.cc |
+++ b/ui/base/test/run_all_unittests.cc |
@@ -68,12 +68,12 @@ void UIBaseTestSuite::Initialize() { |
// chrome_100_percent.pak at the appropriate places to ui_test.pak. |
base::mac::SetOverrideFrameworkBundlePath( |
exe_path.AppendASCII("ui_unittests Framework.framework")); |
- ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL); |
+ ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL, true); |
#elif defined(OS_IOS) || defined(OS_ANDROID) |
// On iOS, the ui_unittests binary is itself a mini bundle, with resources |
// built in. On Android, ui_unittests_apk provides the necessary framework. |
- ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL); |
+ ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL, true); |
#else |
// On other platforms, the (hardcoded) paths for chrome_100_percent.pak and |