Index: content/shell/android/browsertests_apk/content_browser_tests_android.cc |
diff --git a/content/shell/android/browsertests_apk/content_browser_tests_android.cc b/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
index b9792dc8693684e213e697b8e2cf5b0a563b0adc..0acff508aea9980f1c03ff0947e5f38368a7fb60 100644 |
--- a/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
+++ b/content/shell/android/browsertests_apk/content_browser_tests_android.cc |
@@ -61,7 +61,7 @@ static void RunTests(JNIEnv* env, |
// Set the application context in base. |
base::android::ScopedJavaLocalRef<jobject> scoped_context( |
env, env->NewLocalRef(app_context)); |
- base::android::InitApplicationContext(scoped_context); |
+ base::android::InitApplicationContext(env, scoped_context); |
base::android::RegisterJni(env); |
std::vector<std::string> args; |