diff options
author | mlamouri <mlamouri@chromium.org> | 2015-06-08 14:53:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-08 21:54:01 +0000 |
commit | 3378bff7601c5927e6878f7c3a8082f741863f4c (patch) | |
tree | 8b97b161630507a9bae1cfa03fceeed640eb57f5 /content/browser/screen_orientation | |
parent | 2c59314195d9e56ace4d0031d77e4ff6c8f0d708 (diff) | |
download | chromium_src-3378bff7601c5927e6878f7c3a8082f741863f4c.zip chromium_src-3378bff7601c5927e6878f7c3a8082f741863f4c.tar.gz chromium_src-3378bff7601c5927e6878f7c3a8082f741863f4c.tar.bz2 |
Update Blink's screen orientation path in Chromium.
This is part of a suite of three CLs:
1. https://codereview.chromium.org/1164753002
2. <this>
3. https://codereview.chromium.org/1165753006
BUG=453032
Review URL: https://codereview.chromium.org/1151373005
Cr-Commit-Position: refs/heads/master@{#333353}
Diffstat (limited to 'content/browser/screen_orientation')
-rw-r--r-- | content/browser/screen_orientation/screen_orientation_delegate_android.h | 2 | ||||
-rw-r--r-- | content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content/browser/screen_orientation/screen_orientation_delegate_android.h b/content/browser/screen_orientation/screen_orientation_delegate_android.h index 7558209..36886dd 100644 --- a/content/browser/screen_orientation/screen_orientation_delegate_android.h +++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h @@ -9,7 +9,7 @@ #include "base/macros.h" #include "content/public/browser/screen_orientation_delegate.h" -#include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h" +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h" namespace content { diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h index 29bc534..1b90f77 100644 --- a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h +++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h @@ -7,8 +7,8 @@ #include "content/public/browser/screen_orientation_dispatcher_host.h" #include "content/public/browser/web_contents_observer.h" -#include "third_party/WebKit/public/platform/WebLockOrientationError.h" -#include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h" +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h" +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h" namespace content { |