| 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 02cfceb805e202025572e5466df3cc9cc769dcd3..c6844c19161ef2e86a54d1de56ccec76454b4b24 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -22,7 +22,7 @@
|
| #include "content/browser/android/load_url_params.h"
|
| #include "content/browser/android/popup_touch_handle_drawable.h"
|
| #include "content/browser/android/tracing_controller_android.h"
|
| -#include "content/browser/android/web_contents_observer_android.h"
|
| +#include "content/browser/android/web_contents_observer_proxy.h"
|
| #include "content/browser/device_sensors/sensor_manager_android.h"
|
| #include "content/browser/frame_host/navigation_controller_android.h"
|
| #include "content/browser/gamepad/gamepad_platform_data_fetcher_android.h"
|
| @@ -92,7 +92,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::SyntheticGestureTargetAndroid::RegisterTouchEventSynthesizer},
|
| {"TracingControllerAndroid", content::RegisterTracingControllerAndroid},
|
| {"WebContentsAndroid", content::WebContentsAndroid::Register},
|
| - {"WebContentsObserver", content::RegisterWebContentsObserverAndroid},
|
| + {"WebContentsObserver", content::RegisterWebContentsObserverProxy},
|
| {"WebViewStatics", content::RegisterWebViewStatics},
|
| };
|
|
|
|
|