| Index: components/test/android/browsertests_apk/components_browser_tests_jni_onload.cc
 | 
| diff --git a/components/test/android/browsertests_apk/components_browser_tests_jni_onload.cc b/components/test/android/browsertests_apk/components_browser_tests_jni_onload.cc
 | 
| index 6b15e3c5c3068bb6668c9d97c2c2429dfa81bf18..df59922d15d193ed8efc7036a28cc405514a6c76 100644
 | 
| --- a/components/test/android/browsertests_apk/components_browser_tests_jni_onload.cc
 | 
| +++ b/components/test/android/browsertests_apk/components_browser_tests_jni_onload.cc
 | 
| @@ -7,7 +7,6 @@
 | 
|  #include "base/bind.h"
 | 
|  #include "content/public/app/content_jni_onload.h"
 | 
|  #include "content/public/app/content_main.h"
 | 
| -#include "content/public/test/nested_message_pump_android.h"
 | 
|  #include "content/shell/android/shell_jni_registrar.h"
 | 
|  #include "content/shell/app/shell_main_delegate.h"
 | 
|  #include "testing/android/native_test/native_test_launcher.h"
 | 
| @@ -17,7 +16,6 @@ namespace {
 | 
|  bool RegisterJNI(JNIEnv* env) {
 | 
|    return base::android::RegisterJni(env) &&
 | 
|        content::android::RegisterShellJni(env) &&
 | 
| -      content::NestedMessagePumpAndroid::RegisterJni(env) &&
 | 
|        testing::android::RegisterNativeTestJNI(env);
 | 
|  }
 | 
|  
 | 
| 
 |