From d7477f0b2741496cf920ada77781c09d29201208 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Fri, 23 Aug 2013 00:39:09 +0000 Subject: base: Minor cleanups in icu_util.h - Move it into base::i18n namespace. That is the namespace that should be used there. - Consequently, rename the function to InitializeICU(). R=brettw@chromium.org TBR=ben,thestig,jam Review URL: https://chromiumcodereview.appspot.com/22875025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219164 0039d316-1c4b-4281-b951-d872f2087c98 --- content/app/content_main_runner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/app/content_main_runner.cc') diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc index c7421ef..07e846f 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); -- cgit v1.1