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/renderer/render_view_impl.h | |
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/renderer/render_view_impl.h')
-rw-r--r-- | content/renderer/render_view_impl.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h index 08402a6..0d2c5ab 100644 --- a/content/renderer/render_view_impl.h +++ b/content/renderer/render_view_impl.h @@ -43,18 +43,18 @@ #include "ipc/ipc_platform_file.h" #include "third_party/WebKit/public/platform/WebFileSystem.h" #include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebConsoleMessage.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebDataSource.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrameClient.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebHistoryItem.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationType.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebNode.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebPageSerializerClient.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebPageVisibilityState.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebViewClient.h" +#include "third_party/WebKit/public/web/WebConsoleMessage.h" +#include "third_party/WebKit/public/web/WebDataSource.h" +#include "third_party/WebKit/public/web/WebFrameClient.h" +#include "third_party/WebKit/public/web/WebHistoryItem.h" +#include "third_party/WebKit/public/web/WebIconURL.h" +#include "third_party/WebKit/public/web/WebInputEvent.h" +#include "third_party/WebKit/public/web/WebNavigationType.h" +#include "third_party/WebKit/public/web/WebNode.h" +#include "third_party/WebKit/public/web/WebPageSerializerClient.h" +#include "third_party/WebKit/public/web/WebPageVisibilityState.h" +#include "third_party/WebKit/public/web/WebSecurityOrigin.h" +#include "third_party/WebKit/public/web/WebViewClient.h" #include "ui/surface/transport_dib.h" #include "webkit/common/webpreferences.h" #include "webkit/plugins/npapi/webplugin_page_delegate.h" @@ -62,7 +62,7 @@ #if defined(OS_ANDROID) #include "content/renderer/android/content_detector.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebContentDetectionResult.h" +#include "third_party/WebKit/public/web/WebContentDetectionResult.h" #endif #if defined(COMPILER_MSVC) |