Chromium Code Reviews| Index: content/renderer/screen_orientation/screen_orientation_dispatcher.h |
| diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h |
| index aa9caf34bb683ad043b2c875fbd9b58bea12a7db..54c8d1adec2dec90a2bc0396477fa39d3c19a52d 100644 |
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h |
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h |
| @@ -11,8 +11,8 @@ |
| #include "base/compiler_specific.h" |
| #include "base/id_map.h" |
| #include "base/macros.h" |
| -#include "content/common/screen_orientation.mojom.h" |
| #include "content/public/renderer/render_frame_observer.h" |
| +#include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h" |
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationCallback.h" |
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h" |
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h" |
| @@ -20,8 +20,8 @@ |
| namespace content { |
| -using mojom::ScreenOrientationAssociatedPtr; |
| -using ::blink::mojom::ScreenOrientationLockResult; |
| +using ::device::mojom::ScreenOrientationAssociatedPtr; |
|
blundell
2016/12/12 12:30:46
same nit everywhere that this applies.
leonhsl(Using Gerrit)
2016/12/13 03:39:58
Done for everywhere for this CL. Thanks!
|
| +using ::device::mojom::ScreenOrientationLockResult; |
| class RenderFrame; |