diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:01:37 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-03 00:01:37 +0000 |
commit | e6e90dc066225d3114c5d7d8174198d9b4326493 (patch) | |
tree | 25dff77d1651d09ae1740ad89cb22ea891b97d5e /content/worker/worker_thread.cc | |
parent | 3034b681ff22071df0cad6cace510b838d65d7cc (diff) | |
download | chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.zip chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.tar.gz chromium_src-e6e90dc066225d3114c5d7d8174198d9b4326493.tar.bz2 |
Update includes to new header locations
TBR=darin
Review URL: http://codereview.chromium.org/8788003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker/worker_thread.cc')
-rw-r--r-- | content/worker/worker_thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/worker/worker_thread.cc b/content/worker/worker_thread.cc index b26cf32..2428ea3 100644 --- a/content/worker/worker_thread.cc +++ b/content/worker/worker_thread.cc @@ -15,7 +15,7 @@ #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/WebBlobRegistry.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebBlobRegistry.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" |