| 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..ecae783bcfb6f1ca359fcbaf556adb7b7587e00f 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
|
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc
|
| @@ -16,8 +16,8 @@
|
| namespace content {
|
|
|
| using LockOrientationCallback =
|
| - mojom::ScreenOrientation::LockOrientationCallback;
|
| -using LockResult = ::blink::mojom::ScreenOrientationLockResult;
|
| + device::mojom::ScreenOrientation::LockOrientationCallback;
|
| +using LockResult = device::mojom::ScreenOrientationLockResult;
|
|
|
| // MockLockOrientationCallback is an implementation of
|
| // WebLockOrientationCallback and takes a LockOrientationResultHolder* as a
|
|
|