| Index: testing/android/native_test_launcher.cc
|
| diff --git a/testing/android/native_test_launcher.cc b/testing/android/native_test_launcher.cc
|
| index 1555fbe476ad378f0aba4ffcf2e6a3e90c2d009b..5e600b8028728072077fe903f7f52aee6407e251 100644
|
| --- a/testing/android/native_test_launcher.cc
|
| +++ b/testing/android/native_test_launcher.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/android/jni_string.h"
|
| +#include "base/android/locale_utils.h"
|
| #include "base/android/path_utils.h"
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/at_exit.h"
|
| @@ -150,6 +151,7 @@ void LibraryLoadedOnMainThread(JNIEnv* env) {
|
| false); // Tick count
|
| VLOG(0) << "Chromium logging enabled: level = " << logging::GetMinLogLevel()
|
| << ", default verbosity = " << logging::GetVlogVerbosity();
|
| + base::android::RegisterLocaleUtils(env);
|
| base::android::RegisterPathUtils(env);
|
| }
|
|
|
|
|