Index: ash/shell/shell_main_parts_mac.mm |
diff --git a/ash/shell/shell_main_parts_mac.mm b/ash/shell/shell_main_parts_mac.mm |
index 292e1d5ff89bf54e84243cab9742c5f4ed8fc3b0..4153a5854c7e2fa17855901c37440efb1d62e176 100644 |
--- a/ash/shell/shell_main_parts_mac.mm |
+++ b/ash/shell/shell_main_parts_mac.mm |
@@ -17,7 +17,7 @@ namespace shell { |
void PreMainMessageLoopStart() { |
ui::RegisterPathProvider(); |
- icu_util::Initialize(); |
+ base::i18n::InitializeICU(); |
ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL); |
base::scoped_nsobject<NSNib> nib( |