Index: components/test/run_all_unittests.cc |
diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc |
index ca4e064fcf58ab7a1ad43bb2f8c10e9d73912d96..1cee176940ba7e4a60ffc5f9250f9fdfb1a1a02f 100644 |
--- a/components/test/run_all_unittests.cc |
+++ b/components/test/run_all_unittests.cc |
@@ -76,7 +76,8 @@ class ComponentsTestSuite : public base::TestSuite { |
// TODO(tfarina): This should be changed to InitSharedInstanceWithPakFile() |
// so we can load our pak file instead of chrome.pak. crbug.com/348563 |
- ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL); |
+ ui::ResourceBundle::InitSharedInstanceWithLocale( |
+ "en-US", NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES); |
base::FilePath resources_pack_path; |
PathService::Get(base::DIR_MODULE, &resources_pack_path); |
ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath( |