summaryrefslogtreecommitdiffstats
path: root/webkit/child
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 05:12:31 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 05:12:31 +0000
commit2255a9339bdc413c4c11b39a511e4a49871b0ed2 (patch)
tree386bcab083b6163307be2310b878529d373a1948 /webkit/child
parent1071fafce2c9d9158ce34db59873144a50e298bf (diff)
downloadchromium_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 'webkit/child')
-rw-r--r--webkit/child/webkitplatformsupport_child_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/child/webkitplatformsupport_child_impl.cc b/webkit/child/webkitplatformsupport_child_impl.cc
index 0e8d818..9eb20c1 100644
--- a/webkit/child/webkitplatformsupport_child_impl.cc
+++ b/webkit/child/webkitplatformsupport_child_impl.cc
@@ -4,7 +4,7 @@
#include "webkit/child/webkitplatformsupport_child_impl.h"
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
+#include "third_party/WebKit/public/web/WebInputEvent.h"
#include "webkit/child/fling_curve_configuration.h"
#include "webkit/child/webthread_impl.h"
#include "webkit/child/worker_task_runner.h"