| Index: content/browser/screen_orientation/screen_orientation_provider_android.cc
|
| diff --git a/content/browser/screen_orientation/screen_orientation_provider_android.cc b/content/browser/screen_orientation/screen_orientation_provider_android.cc
|
| index 72940624841a48efb35075f7fe3d8031be3478cb..1b085cb6730973fc861532674fd23211beaa3bcd 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_provider_android.cc
|
| +++ b/content/browser/screen_orientation/screen_orientation_provider_android.cc
|
| @@ -5,10 +5,10 @@
|
| #include "content/browser/screen_orientation/screen_orientation_provider_android.h"
|
|
|
| #include "content/browser/android/content_view_core_impl.h"
|
| -#include "content/browser/screen_orientation/screen_orientation_dispatcher_host.h"
|
| #include "content/browser/web_contents/web_contents_impl.h"
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/render_widget_host.h"
|
| +#include "content/public/browser/screen_orientation_dispatcher_host.h"
|
| #include "jni/ScreenOrientationProvider_jni.h"
|
| #include "third_party/WebKit/public/platform/WebLockOrientationError.h"
|
| #include "third_party/WebKit/public/platform/WebScreenInfo.h"
|
|
|