| Index: chrome/browser/chrome_browser_main_mac.mm
|
| diff --git a/chrome/browser/chrome_browser_main_mac.mm b/chrome/browser/chrome_browser_main_mac.mm
|
| index 8c46f78ab5208da3cf3e59700e1463aca7db7762..ecfd6026c3173dc983fc63080ff37c1e3e259d5c 100644
|
| --- a/chrome/browser/chrome_browser_main_mac.mm
|
| +++ b/chrome/browser/chrome_browser_main_mac.mm
|
| @@ -203,7 +203,8 @@ void ChromeBrowserMainPartsMac::PreMainMessageLoopStart() {
|
| // TODO(markusheintz): Read preference pref::kApplicationLocale in order
|
| // to enforce the application locale.
|
| const std::string loaded_locale =
|
| - ResourceBundle::InitSharedInstanceWithLocale(std::string(), NULL);
|
| + ui::ResourceBundle::InitSharedInstanceWithLocale(
|
| + std::string(), NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES);
|
| CHECK(!loaded_locale.empty()) << "Default locale could not be found";
|
|
|
| base::FilePath resources_pack_path;
|
|
|