| 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 fdfde371df4c36941b3dde553615e88f84b665e9..02b7563cbcf63c991d037d58e130ca108431f695 100644
|
| --- a/content/shell/android/browsertests_apk/content_browser_tests_android.cc
|
| +++ b/content/shell/android/browsertests_apk/content_browser_tests_android.cc
|
| @@ -22,10 +22,10 @@
|
| #include "content/public/app/android_library_loader_hooks.h"
|
| #include "content/public/app/content_main.h"
|
| #include "content/public/common/content_switches.h"
|
| +#include "content/public/test/nested_message_pump_android.h"
|
| #include "content/public/test/test_launcher.h"
|
| #include "content/shell/android/shell_jni_registrar.h"
|
| #include "content/shell/app/shell_main_delegate.h"
|
| -#include "content/test/browser_test_message_pump_android.h"
|
| #include "jni/ContentBrowserTestsActivity_jni.h"
|
| #include "testing/android/native_test_util.h"
|
|
|
| @@ -105,7 +105,7 @@ JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
|
| if (!content::android::RegisterShellJni(env))
|
| return -1;
|
|
|
| - if (!content::BrowserTestMessagePumpAndroid::RegisterJni(env))
|
| + if (!content::NestedMessagePumpAndroid::RegisterJni(env))
|
| return -1;
|
|
|
| if (!content::RegisterNativesImpl(env))
|
|
|