Index: content/worker/websharedworkerclient_proxy.cc |
diff --git a/content/worker/websharedworkerclient_proxy.cc b/content/worker/websharedworkerclient_proxy.cc |
index 38e5183d13dad03cdfc8d6d5b9dab4ff65293366..201b76f42fb4712c3968c1b07fe5b631959338cf 100644 |
--- a/content/worker/websharedworkerclient_proxy.cc |
+++ b/content/worker/websharedworkerclient_proxy.cc |
@@ -7,23 +7,23 @@ |
#include "base/bind.h" |
#include "base/command_line.h" |
#include "base/message_loop.h" |
+#include "content/child/fileapi/webfilesystem_callback_adapters.h" |
#include "content/common/fileapi/file_system_dispatcher.h" |
#include "content/common/quota_dispatcher.h" |
#include "content/common/webmessageportchannel_impl.h" |
#include "content/common/worker_messages.h" |
-#include "content/common_child/fileapi/webfilesystem_callback_adapters.h" |
#include "content/public/common/content_switches.h" |
#include "content/worker/shared_worker_devtools_agent.h" |
#include "content/worker/websharedworker_stub.h" |
#include "content/worker/worker_thread.h" |
#include "content/worker/worker_webapplicationcachehost_impl.h" |
#include "ipc/ipc_logging.h" |
-#include "third_party/WebKit/public/platform/WebString.h" |
-#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
using WebKit::WebApplicationCacheHost; |
using WebKit::WebFrame; |