| 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" ]
|
|
|