Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: content/child/webmessageportchannel_impl.cc

Issue 16328003: Move a bunch of child-only code from content/common to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/webmessageportchannel_impl.h ('k') | content/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « content/child/webmessageportchannel_impl.h ('k') | content/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698