diff options
Diffstat (limited to 'chrome/worker/worker_thread.cc')
-rw-r--r-- | chrome/worker/worker_thread.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/worker/worker_thread.cc b/chrome/worker/worker_thread.cc index b986fcd..c48eae0 100644 --- a/chrome/worker/worker_thread.cc +++ b/chrome/worker/worker_thread.cc @@ -8,8 +8,7 @@ #include "chrome/worker/webworkerclient_proxy.h" #include "chrome/worker/worker_process.h" #include "chrome/worker/worker_webkitclient_impl.h" - -#include "WebKit.h" +#include "third_party/WebKit/WebKit/chromium/public/WebKit.h" WorkerThread::WorkerThread() : ChildThread(base::Thread::Options(MessageLoop::TYPE_DEFAULT, |