Chromium Code Reviews| Index: ash/shell/shell_main_parts.cc |
| =================================================================== |
| --- ash/shell/shell_main_parts.cc (revision 135347) |
| +++ ash/shell/shell_main_parts.cc (working copy) |
| @@ -14,7 +14,7 @@ |
| void PreMainMessageLoopStart() { |
| ui::RegisterPathProvider(); |
| icu_util::Initialize(); |
| - ResourceBundle::InitSharedInstanceWithLocale("en-US"); |
| + ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL); |
| } |
| } // namespace ash |