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

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

Issue 2564653003: [DeviceService] Move screen_orientation.mojom from //content to //device. (Closed)
Patch Set: 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_browsertest.cc
diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc b/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
index c7930606e7a11292fc31b0ab5eba36bf92dcc87a..9c5a30838aea0ee649b33f1c00eb90448061e767 100644
--- a/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
+++ b/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
@@ -16,7 +16,7 @@
namespace content {
using LockOrientationCallback =
- mojom::ScreenOrientation::LockOrientationCallback;
+ device::mojom::ScreenOrientation::LockOrientationCallback;
using LockResult = ::blink::mojom::ScreenOrientationLockResult;
// MockLockOrientationCallback is an implementation of

Powered by Google App Engine
This is Rietveld 408576698