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

Unified Diff: content/browser/screen_orientation/screen_orientation.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
« no previous file with comments | « content/browser/screen_orientation/screen_orientation.h ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « content/browser/screen_orientation/screen_orientation.h ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698