| Index: content/browser/android/browser_jni_registrar.cc
|
| diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
|
| index 16d7a8870675eb51b83717f8ebed371e9916388f..34d316ff6eaa1958aea06096d7b13c1b26f18f77 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -22,7 +22,6 @@
|
| #include "content/browser/android/interstitial_page_delegate_android.h"
|
| #include "content/browser/android/load_url_params.h"
|
| #include "content/browser/android/popup_touch_handle_drawable.h"
|
| -#include "content/browser/android/surface_texture_peer_browser_impl.h"
|
| #include "content/browser/android/tracing_controller_android.h"
|
| #include "content/browser/android/web_contents_observer_android.h"
|
| #include "content/browser/battery_status/battery_status_manager_android.h"
|
| @@ -42,8 +41,6 @@
|
| #include "content/browser/vibration/vibration_provider_android.h"
|
| #include "content/browser/web_contents/web_contents_android.h"
|
|
|
| -using content::SurfaceTexturePeerBrowserImpl;
|
| -
|
| namespace {
|
| base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"AndroidLocationApiAdapter",
|
|
|