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

Unified Diff: content/browser/screen_orientation/screen_orientation_delegate_win.cc

Issue 2685513002: [For trybots test] [ScreenOrientation] Hide ScreenOrientationProvider inside WebContentsImpl. (Closed)
Patch Set: Fix android bots Created 3 years, 10 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_delegate_win.cc
diff --git a/content/browser/screen_orientation/screen_orientation_delegate_win.cc b/content/browser/screen_orientation/screen_orientation_delegate_win.cc
index d4bc93f4af7ed4da6143d71bd1155251aad6e2bd..75413de68d9c2da364efbce937348ee32d219dd3 100644
--- a/content/browser/screen_orientation/screen_orientation_delegate_win.cc
+++ b/content/browser/screen_orientation/screen_orientation_delegate_win.cc
@@ -6,7 +6,7 @@
#include <windows.h>
-#include "content/public/browser/screen_orientation_provider.h"
+#include "content/browser/screen_orientation/screen_orientation_provider.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698