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

Unified Diff: content/renderer/screen_orientation/screen_orientation_dispatcher.h

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: Address nits from blundell@ Created 4 years 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
« no previous file with comments | « content/renderer/DEPS ('k') | content/renderer/screen_orientation/screen_orientation_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/screen_orientation/screen_orientation_dispatcher.h
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
index aa9caf34bb683ad043b2c875fbd9b58bea12a7db..ab5994e48e3aa81c8b32a41e0d8e149b4ddd7923 100644
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
@@ -11,8 +11,8 @@
#include "base/compiler_specific.h"
#include "base/id_map.h"
#include "base/macros.h"
-#include "content/common/screen_orientation.mojom.h"
#include "content/public/renderer/render_frame_observer.h"
+#include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h"
#include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationCallback.h"
#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h"
#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
@@ -20,8 +20,8 @@
namespace content {
-using mojom::ScreenOrientationAssociatedPtr;
-using ::blink::mojom::ScreenOrientationLockResult;
+using device::mojom::ScreenOrientationAssociatedPtr;
+using device::mojom::ScreenOrientationLockResult;
class RenderFrame;
« no previous file with comments | « content/renderer/DEPS ('k') | content/renderer/screen_orientation/screen_orientation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698