From 2255a9339bdc413c4c11b39a511e4a49871b0ed2 Mon Sep 17 00:00:00 2001 From: "abarth@chromium.org" Date: Mon, 17 Jun 2013 05:12:31 +0000 Subject: 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 --- content/worker/worker_thread.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/worker/worker_thread.cc') diff --git a/content/worker/worker_thread.cc b/content/worker/worker_thread.cc index a7b4976..5521712 100644 --- a/content/worker/worker_thread.cc +++ b/content/worker/worker_thread.cc @@ -17,9 +17,9 @@ #include "content/worker/websharedworker_stub.h" #include "content/worker/worker_webkitplatformsupport_impl.h" #include "ipc/ipc_sync_channel.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebDatabase.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" -#include "third_party/WebKit/Source/WebKit/chromium/public/WebRuntimeFeatures.h" +#include "third_party/WebKit/public/web/WebDatabase.h" +#include "third_party/WebKit/public/web/WebKit.h" +#include "third_party/WebKit/public/web/WebRuntimeFeatures.h" #include "third_party/WebKit/public/platform/WebBlobRegistry.h" #include "webkit/glue/webkit_glue.h" #include "webkit/renderer/appcache/appcache_frontend_impl.h" -- cgit v1.1