Index: content/child/webmessageportchannel_impl.cc |
diff --git a/content/common/webmessageportchannel_impl.cc b/content/child/webmessageportchannel_impl.cc |
similarity index 98% |
rename from content/common/webmessageportchannel_impl.cc |
rename to content/child/webmessageportchannel_impl.cc |
index 3db2cf4aa0f9048b6f765201011d7b5e62da6d18..98048c1d2b65edcd776d65effebb22a8b22237ac 100644 |
--- a/content/common/webmessageportchannel_impl.cc |
+++ b/content/child/webmessageportchannel_impl.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/common/webmessageportchannel_impl.h" |
+#include "content/child/webmessageportchannel_impl.h" |
#include "base/bind.h" |
-#include "content/common/child_process.h" |
-#include "content/common/child_thread.h" |
+#include "content/child/child_process.h" |
+#include "content/child/child_thread.h" |
#include "content/common/worker_messages.h" |
#include "third_party/WebKit/public/platform/WebMessagePortChannelClient.h" |
#include "third_party/WebKit/public/platform/WebString.h" |