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

Unified Diff: content/public/browser/screen_orientation_provider.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/public/browser/screen_orientation_provider.cc
diff --git a/content/public/browser/screen_orientation_provider.cc b/content/public/browser/screen_orientation_provider.cc
index e80c8625b8bc0a3cac1d02b6b10596e9060ddc52..aca87d4d6db9a1647179b916094061aca5b56d85 100644
--- a/content/public/browser/screen_orientation_provider.cc
+++ b/content/public/browser/screen_orientation_provider.cc
@@ -15,7 +15,7 @@
namespace content {
-using ::blink::mojom::ScreenOrientationLockResult;
+using ::device::mojom::ScreenOrientationLockResult;
blundell 2016/12/12 12:30:45 same tiny nit.
leonhsl(Using Gerrit) 2016/12/13 03:39:58 Done.
ScreenOrientationDelegate* ScreenOrientationProvider::delegate_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698