Index: content/renderer/websharedworker_proxy.cc |
diff --git a/content/renderer/websharedworker_proxy.cc b/content/renderer/websharedworker_proxy.cc |
index c049ac54d13735e6f2611587fa4bc07f39504f20..dbede6cb6f3adcfb6c6a9d26d99985289838c806 100644 |
--- a/content/renderer/websharedworker_proxy.cc |
+++ b/content/renderer/websharedworker_proxy.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// 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 "content/renderer/websharedworker_proxy.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorkerClient.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
namespace content { |