Index: content/worker/websharedworkerclient_proxy.cc |
diff --git a/content/worker/websharedworkerclient_proxy.cc b/content/worker/websharedworkerclient_proxy.cc |
index 201b76f42fb4712c3968c1b07fe5b631959338cf..788b0919bcb460c4ba86e7ab0f3c2db8813c730c 100644 |
--- a/content/worker/websharedworkerclient_proxy.cc |
+++ b/content/worker/websharedworkerclient_proxy.cc |
@@ -7,10 +7,10 @@ |
#include "base/bind.h" |
#include "base/command_line.h" |
#include "base/message_loop.h" |
+#include "content/child/fileapi/file_system_dispatcher.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/child/quota_dispatcher.h" |
+#include "content/child/webmessageportchannel_impl.h" |
#include "content/common/worker_messages.h" |
#include "content/public/common/content_switches.h" |
#include "content/worker/shared_worker_devtools_agent.h" |