Mac: Fix compile error due to Chromium update

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1430 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-09-03 22:32:29 +00:00
parent e7ae14435b
commit 290809cec8
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void CefTestSuite::Initialize() {
logging::SetLogAssertHandler(UnitTestAssertHandler); logging::SetLogAssertHandler(UnitTestAssertHandler);
} }
icu_util::Initialize(); base::i18n::InitializeICU();
CatchMaybeTests(); CatchMaybeTests();
ResetCommandLine(); ResetCommandLine();