Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1236)

Unified Diff: content/browser/screen_orientation/screen_orientation_provider_android.h

Issue 508603003: Export ScreenOrientationProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing export Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698