| 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..2c2883b98fb8d1406a6501b8ea6af63c02fc947f 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -36,7 +36,7 @@
|
| #include "content/browser/renderer_host/ime_adapter_android.h"
|
| #include "content/browser/renderer_host/input/motion_event_android.h"
|
| #include "content/browser/renderer_host/input/synthetic_gesture_target_android.h"
|
| -#include "content/browser/screen_orientation/screen_orientation_provider_android.h"
|
| +#include "content/browser/screen_orientation/screen_orientation_delegate_android.h"
|
| #include "content/browser/speech/speech_recognizer_impl_android.h"
|
| #include "content/browser/time_zone_monitor_android.h"
|
| #include "content/browser/vibration/vibration_provider_android.h"
|
| @@ -84,7 +84,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"PowerSaveBlock", content::RegisterPowerSaveBlocker},
|
| {"RegisterImeAdapter", content::RegisterImeAdapter},
|
| {"ScreenOrientationProvider",
|
| - content::ScreenOrientationProviderAndroid::Register},
|
| + content::ScreenOrientationDelegateAndroid::Register},
|
| {"SensorManagerAndroid", content::SensorManagerAndroid::Register},
|
| {"SpeechRecognizerImplAndroid",
|
| content::SpeechRecognizerImplAndroid::RegisterSpeechRecognizer},
|
|
|