| Index: testing/android/native_test/native_test_launcher.cc
|
| diff --git a/testing/android/native_test/native_test_launcher.cc b/testing/android/native_test/native_test_launcher.cc
|
| index 0f14ff9f52c8364f6d2d962da26ff0ffa86cba1b..9ff995c088f9b1c61ef445ebc4c327c3150799d7 100644
|
| --- a/testing/android/native_test/native_test_launcher.cc
|
| +++ b/testing/android/native_test/native_test_launcher.cc
|
| @@ -76,8 +76,8 @@ static void RunTests(JNIEnv* env,
|
| base::CommandLine::Init(arraysize(kInitialArgv), kInitialArgv);
|
|
|
| // Set the application context in base.
|
| - base::android::InitApplicationContext(env, app_context);
|
| base::android::RegisterJni(env);
|
| + base::android::InitApplicationContext(env, app_context);
|
|
|
| std::vector<std::string> args;
|
|
|
|
|