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

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

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
Index: content/renderer/screen_orientation/screen_orientation_dispatcher.cc
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.cc b/content/renderer/screen_orientation/screen_orientation_dispatcher.cc
index bcac89d3b8e7415e70145032aab29c012e20790b..748aca844c624f4abbeebcb3805bf87d3a162b1c 100644
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher.cc
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.cc
@@ -9,7 +9,7 @@
namespace content {
-using ::blink::mojom::ScreenOrientationLockResult;
+using device::mojom::ScreenOrientationLockResult;
ScreenOrientationDispatcher::ScreenOrientationDispatcher(
RenderFrame* render_frame)

Powered by Google App Engine
This is Rietveld 408576698