Index: content/renderer/websharedworker_proxy.cc |
diff --git a/content/renderer/websharedworker_proxy.cc b/content/renderer/websharedworker_proxy.cc |
index c049ac54d13735e6f2611587fa4bc07f39504f20..ffb57a6098654bb0f1abadea874d9cc966c18427 100644 |
--- a/content/renderer/websharedworker_proxy.cc |
+++ b/content/renderer/websharedworker_proxy.cc |
@@ -3,9 +3,10 @@ |
// found in the LICENSE file. |
#include "content/renderer/websharedworker_proxy.h" |
-#include "content/common/child_thread.h" |
+ |
+#include "content/child/child_thread.h" |
+#include "content/child/webmessageportchannel_impl.h" |
#include "content/common/view_messages.h" |
-#include "content/common/webmessageportchannel_impl.h" |
#include "content/common/worker_messages.h" |
#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorkerClient.h" |