Index: content/test/content_test_launcher.cc |
diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc |
index 64e91f8d28b61cdd46dbc24e2bd17563c731983f..ddb0342b12f0c68d85ab6f7422f0a761b2445b2f 100644 |
--- a/content/test/content_test_launcher.cc |
+++ b/content/test/content_test_launcher.cc |
@@ -7,6 +7,7 @@ |
#include "base/base_paths.h" |
#include "base/command_line.h" |
#include "base/debug/stack_trace.h" |
+#include "base/i18n/icu_util.h" |
#include "base/logging.h" |
#include "base/path_service.h" |
#include "base/process/memory.h" |
@@ -51,6 +52,9 @@ class ContentBrowserTestSuite : public ContentTestSuiteBase { |
virtual void Initialize() OVERRIDE { |
#if defined(OS_ANDROID) |
+ base::i18n::AllowMultipleInitializeCallsForTesting(); |
+ base::i18n::InitializeICU(); |
+ |
// This needs to be done before base::TestSuite::Initialize() is called, |
// as it also tries to set MessagePumpForUIFactory. |
if (!base::MessageLoop::InitMessagePumpForUIFactory( |