| Index: content/browser/android/content_view_core_impl.cc
|
| diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
|
| index 340aba161ab810f999891cf06db99d25c8fc66af..62ddeea7fc0277ecfffc97db342bd397d265e2cd 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -19,6 +19,8 @@
|
| #include "cc/output/begin_frame_args.h"
|
| #include "content/browser/android/gesture_event_type.h"
|
| #include "content/browser/android/interstitial_page_delegate_android.h"
|
| +#include "content/browser/android/java/java_bound_object.h"
|
| +#include "content/browser/android/java/java_bridge_dispatcher_host_manager.h"
|
| #include "content/browser/android/load_url_params.h"
|
| #include "content/browser/frame_host/interstitial_page_impl.h"
|
| #include "content/browser/frame_host/navigation_controller_impl.h"
|
| @@ -29,8 +31,6 @@
|
| #include "content/browser/renderer_host/input/motion_event_android.h"
|
| #include "content/browser/renderer_host/input/web_input_event_builders_android.h"
|
| #include "content/browser/renderer_host/input/web_input_event_util.h"
|
| -#include "content/browser/renderer_host/java/java_bound_object.h"
|
| -#include "content/browser/renderer_host/java/java_bridge_dispatcher_host_manager.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/browser/renderer_host/render_widget_host_impl.h"
|
| #include "content/browser/renderer_host/render_widget_host_view_android.h"
|
|
|