| Index: content/worker/worker_thread.cc
|
| diff --git a/content/worker/worker_thread.cc b/content/worker/worker_thread.cc
|
| index b81d8b730f4d1a1ec62b4502d2f407300768ee23..fa14b413cf12a9a1ba7c0264fb2f65332578a489 100644
|
| --- a/content/worker/worker_thread.cc
|
| +++ b/content/worker/worker_thread.cc
|
| @@ -7,19 +7,19 @@
|
| #include "base/command_line.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/threading/thread_local.h"
|
| +#include "content/child/indexed_db/indexed_db_message_filter.h"
|
| +#include "content/child/web_database_observer_impl.h"
|
| #include "content/common/appcache/appcache_dispatcher.h"
|
| #include "content/common/db_message_filter.h"
|
| #include "content/common/worker_messages.h"
|
| -#include "content/common_child/indexed_db/indexed_db_message_filter.h"
|
| -#include "content/common_child/web_database_observer_impl.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/worker/websharedworker_stub.h"
|
| #include "content/worker/worker_webkitplatformsupport_impl.h"
|
| #include "ipc/ipc_sync_channel.h"
|
| -#include "third_party/WebKit/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"
|
| +#include "third_party/WebKit/public/platform/WebBlobRegistry.h"
|
| #include "webkit/glue/webkit_glue.h"
|
|
|
| using WebKit::WebRuntimeFeatures;
|
|
|