Index: content/worker/worker_webkitplatformsupport_impl.cc |
diff --git a/content/worker/worker_webkitplatformsupport_impl.cc b/content/worker/worker_webkitplatformsupport_impl.cc |
index 7bcfcac0377cd5b0bf4744b909c0b7adfdfa2fc1..35393151c074b84d8c14c4b3ee43ec20e2f83397 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.cc |
+++ b/content/worker/worker_webkitplatformsupport_impl.cc |
@@ -7,14 +7,14 @@ |
#include "base/logging.h" |
#include "base/platform_file.h" |
#include "base/utf_string_conversions.h" |
+#include "content/child/database_util.h" |
#include "content/child/fileapi/webfilesystem_impl.h" |
#include "content/child/indexed_db/proxy_webidbfactory_impl.h" |
+#include "content/child/thread_safe_sender.h" |
#include "content/child/webblobregistry_impl.h" |
-#include "content/common/database_util.h" |
+#include "content/child/webmessageportchannel_impl.h" |
#include "content/common/file_utilities_messages.h" |
#include "content/common/mime_registry_messages.h" |
-#include "content/common/thread_safe_sender.h" |
-#include "content/common/webmessageportchannel_impl.h" |
#include "content/worker/worker_thread.h" |
#include "ipc/ipc_sync_message_filter.h" |
#include "net/base/mime_util.h" |