| Index: chrome/worker/worker_thread.cc
|
| ===================================================================
|
| --- chrome/worker/worker_thread.cc (revision 77970)
|
| +++ chrome/worker/worker_thread.cc (working copy)
|
| @@ -8,12 +8,12 @@
|
| #include "base/lazy_instance.h"
|
| #include "base/threading/thread_local.h"
|
| #include "chrome/common/appcache/appcache_dispatcher.h"
|
| -#include "chrome/common/db_message_filter.h"
|
| #include "chrome/common/web_database_observer_impl.h"
|
| #include "chrome/worker/webworker_stub.h"
|
| #include "chrome/worker/websharedworker_stub.h"
|
| #include "chrome/worker/worker_webkitclient_impl.h"
|
| #include "content/common/content_switches.h"
|
| +#include "content/common/db_message_filter.h"
|
| #include "content/common/worker_messages.h"
|
| #include "ipc/ipc_sync_channel.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebBlobRegistry.h"
|
|
|