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

Unified Diff: third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap

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 | « third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap
diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap b/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap
index f380515663bb01a82c8906c695ea3538a668e243..168757db95b51ee64ad32f45a106b7fe79ab789b 100644
--- a/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap
+++ b/third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.typemap
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.mojom"
+mojom = "//device/screen_orientation/public/interfaces/screen_orientation_lock_types.mojom"
public_headers = [ "//third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h" ]
traits_headers = [ "//third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationEnumTraits.h" ]
-type_mappings = [ "blink.mojom.ScreenOrientationLockType=::blink::WebScreenOrientationLockType" ]
+type_mappings = [ "device.mojom.ScreenOrientationLockType=::blink::WebScreenOrientationLockType" ]
« no previous file with comments | « third_party/WebKit/public/platform/modules/screen_orientation/screen_orientation_lock_types.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698