Index: content/worker/worker_thread.cc |
diff --git a/content/worker/worker_thread.cc b/content/worker/worker_thread.cc |
index c512b6c84350560814c0229dc6ee0d0c78e0eeae..c15b3063d3d1e7eff84bb4fdbb9215aa3df8116e 100644 |
--- a/content/worker/worker_thread.cc |
+++ b/content/worker/worker_thread.cc |
@@ -8,19 +8,19 @@ |
#include "base/lazy_instance.h" |
#include "base/threading/thread_local.h" |
#include "content/child/appcache_dispatcher.h" |
+#include "content/child/db_message_filter.h" |
#include "content/child/indexed_db/indexed_db_message_filter.h" |
#include "content/child/runtime_features.h" |
#include "content/child/web_database_observer_impl.h" |
-#include "content/common/db_message_filter.h" |
#include "content/common/worker_messages.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/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" |