diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 05:12:31 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-17 05:12:31 +0000 |
commit | 2255a9339bdc413c4c11b39a511e4a49871b0ed2 (patch) | |
tree | 386bcab083b6163307be2310b878529d373a1948 /content/port | |
parent | 1071fafce2c9d9158ce34db59873144a50e298bf (diff) | |
download | chromium_src-2255a9339bdc413c4c11b39a511e4a49871b0ed2.zip chromium_src-2255a9339bdc413c4c11b39a511e4a49871b0ed2.tar.gz chromium_src-2255a9339bdc413c4c11b39a511e4a49871b0ed2.tar.bz2 |
Update Blink include paths
This CL changes the majority of include paths from the old
Source/WebKit/chromium/public to the new public/web directory.
TBR=darin
BUG=239545
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/17148003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r-- | content/port/browser/render_view_host_delegate_view.h | 2 | ||||
-rw-r--r-- | content/port/browser/render_widget_host_view_port.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/content/port/browser/render_view_host_delegate_view.h b/content/port/browser/render_view_host_delegate_view.h index 9eced8c..9c859c91 100644 --- a/content/port/browser/render_view_host_delegate_view.h +++ b/content/port/browser/render_view_host_delegate_view.h @@ -11,7 +11,7 @@ #include "content/common/content_export.h" #include "content/common/drag_event_source_info.h" #include "content/public/common/context_menu_source_type.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebDragOperation.h" +#include "third_party/WebKit/public/web/WebDragOperation.h" class SkBitmap; struct WebDropData; diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h index 805e596..9b14762 100644 --- a/content/port/browser/render_widget_host_view_port.h +++ b/content/port/browser/render_widget_host_view_port.h @@ -13,8 +13,8 @@ #include "content/port/common/input_event_ack_state.h" #include "content/public/browser/render_widget_host_view.h" #include "ipc/ipc_listener.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebPopupType.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebTextDirection.h" +#include "third_party/WebKit/public/web/WebPopupType.h" +#include "third_party/WebKit/public/web/WebTextDirection.h" #include "ui/base/ime/text_input_type.h" #include "ui/base/range/range.h" #include "ui/surface/transport_dib.h" |