| Index: content/browser/screen_orientation/screen_orientation.cc
|
| diff --git a/content/browser/screen_orientation/screen_orientation.cc b/content/browser/screen_orientation/screen_orientation.cc
|
| index b80366ac47c23ff17b12a0e394274ad770a17c94..a7e0ad9462a8310f94922710bda4fd7a107c6c62 100644
|
| --- a/content/browser/screen_orientation/screen_orientation.cc
|
| +++ b/content/browser/screen_orientation/screen_orientation.cc
|
| @@ -12,7 +12,7 @@
|
|
|
| namespace content {
|
|
|
| -using LockResult = blink::mojom::ScreenOrientationLockResult;
|
| +using LockResult = device::mojom::ScreenOrientationLockResult;
|
|
|
| ScreenOrientation::ScreenOrientation(WebContents* web_contents)
|
| : WebContentsObserver(web_contents),
|
|
|