| 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 cd4ef08e0388518dc67bbeed7786297951e9de02..9218483a7e126f84e695808514892f7bbd6ca0d8 100644
|
| --- a/content/browser/android/content_view_core_impl.cc
|
| +++ b/content/browser/android/content_view_core_impl.cc
|
| @@ -35,7 +35,6 @@
|
| #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"
|
| -#include "content/browser/screen_orientation/screen_orientation_dispatcher_host.h"
|
| #include "content/browser/transition_request_manager.h"
|
| #include "content/browser/web_contents/web_contents_view_android.h"
|
| #include "content/common/frame_messages.h"
|
| @@ -46,6 +45,7 @@
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/favicon_status.h"
|
| #include "content/public/browser/render_frame_host.h"
|
| +#include "content/public/browser/screen_orientation_dispatcher_host.h"
|
| #include "content/public/browser/ssl_host_state_delegate.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/common/content_client.h"
|
|
|