Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index c7421ef754d09aeeea75e7daa889b548dff7f3a4..07e846fb3811a7389c1ae2d59d34398d110620c8 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -716,7 +716,7 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
RegisterPathProvider(); |
RegisterContentSchemes(true); |
- CHECK(icu_util::Initialize()); |
+ CHECK(base::i18n::InitializeICU()); |
InitializeStatsTable(command_line); |