summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-23 00:39:09 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-23 00:39:09 +0000
commitd7477f0b2741496cf920ada77781c09d29201208 (patch)
tree464f633951a6f84e8cda1301fe3b7558c719a61e /content/app
parentac1128e3801134c30a848eed0db7298826f8449b (diff)
downloadchromium_src-d7477f0b2741496cf920ada77781c09d29201208.zip
chromium_src-d7477f0b2741496cf920ada77781c09d29201208.tar.gz
chromium_src-d7477f0b2741496cf920ada77781c09d29201208.tar.bz2
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
Diffstat (limited to 'content/app')
-rw-r--r--content/app/content_main_runner.cc2
1 files changed, 1 insertions, 1 deletions
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);