Chromium Code Reviews| Index: content/public/browser/screen_orientation_provider.cc |
| diff --git a/content/public/browser/screen_orientation_provider.cc b/content/public/browser/screen_orientation_provider.cc |
| index e80c8625b8bc0a3cac1d02b6b10596e9060ddc52..aca87d4d6db9a1647179b916094061aca5b56d85 100644 |
| --- a/content/public/browser/screen_orientation_provider.cc |
| +++ b/content/public/browser/screen_orientation_provider.cc |
| @@ -15,7 +15,7 @@ |
| namespace content { |
| -using ::blink::mojom::ScreenOrientationLockResult; |
| +using ::device::mojom::ScreenOrientationLockResult; |
|
blundell
2016/12/12 12:30:45
same tiny nit.
leonhsl(Using Gerrit)
2016/12/13 03:39:58
Done.
|
| ScreenOrientationDelegate* ScreenOrientationProvider::delegate_ = nullptr; |