Index: content/browser/screen_orientation/screen_orientation_provider_android.h |
diff --git a/content/browser/screen_orientation/screen_orientation_provider_android.h b/content/browser/screen_orientation/screen_orientation_provider_android.h |
index 9b88386afab1e611732ff026c2fd3a44117d9751..c1a94f84f80cc138536094c45a6e5c1bb3f84f50 100644 |
--- a/content/browser/screen_orientation/screen_orientation_provider_android.h |
+++ b/content/browser/screen_orientation/screen_orientation_provider_android.h |
@@ -8,11 +8,12 @@ |
#include <jni.h> |
#include "base/compiler_specific.h" |
-#include "content/browser/screen_orientation/screen_orientation_provider.h" |
+#include "content/public/browser/screen_orientation_provider.h" |
#include "content/public/browser/web_contents_observer.h" |
namespace content { |
+class ScreenOrientationDispatcherHost; |
class WebContentsImpl; |
class ScreenOrientationProviderAndroid : public ScreenOrientationProvider, |