diff options
Diffstat (limited to 'content/worker/worker_thread.cc')
-rw-r--r-- | content/worker/worker_thread.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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" |