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

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

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: Move screen_orientation_lock_types.mojom from blink into //device 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/browser/screen_orientation/screen_orientation.cc
diff --git a/content/browser/screen_orientation/screen_orientation.cc b/content/browser/screen_orientation/screen_orientation.cc
index b80366ac47c23ff17b12a0e394274ad770a17c94..a7e0ad9462a8310f94922710bda4fd7a107c6c62 100644
--- a/content/browser/screen_orientation/screen_orientation.cc
+++ b/content/browser/screen_orientation/screen_orientation.cc
@@ -12,7 +12,7 @@
namespace content {
-using LockResult = blink::mojom::ScreenOrientationLockResult;
+using LockResult = device::mojom::ScreenOrientationLockResult;
ScreenOrientation::ScreenOrientation(WebContents* web_contents)
: WebContentsObserver(web_contents),

Powered by Google App Engine
This is Rietveld 408576698