| 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 47ff5d1dd47f5c4c2067ebcb2ab7a4b299b64c6b..17b046f3965a61affd10fc03ac551501dcd19f0d 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -19,6 +19,7 @@
|
| #include "content/browser/android/date_time_chooser_android.h"
|
| #include "content/browser/android/download_controller_android_impl.h"
|
| #include "content/browser/android/interstitial_page_delegate_android.h"
|
| +#include "content/browser/android/java/java_bound_object.h"
|
| #include "content/browser/android/load_url_params.h"
|
| #include "content/browser/android/surface_texture_peer_browser_impl.h"
|
| #include "content/browser/android/tracing_controller_android.h"
|
| @@ -34,7 +35,6 @@
|
| #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/renderer_host/java/java_bound_object.h"
|
| #include "content/browser/screen_orientation/screen_orientation_provider_android.h"
|
| #include "content/browser/speech/speech_recognizer_impl_android.h"
|
| #include "content/browser/time_zone_monitor_android.h"
|
|
|