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

Unified Diff: content/child/webkitplatformsupport_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/webkitplatformsupport_impl.h ('k') | content/child/webmessageportchannel_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webkitplatformsupport_impl.cc
diff --git a/content/common/webkitplatformsupport_impl.cc b/content/child/webkitplatformsupport_impl.cc
similarity index 93%
rename from content/common/webkitplatformsupport_impl.cc
rename to content/child/webkitplatformsupport_impl.cc
index a39e27e7dadc9036c5203b7f232278a1ead34619..99434bdabd1bcb59dd0bf96e71bdbe46dee9133e 100644
--- a/content/common/webkitplatformsupport_impl.cc
+++ b/content/child/webkitplatformsupport_impl.cc
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "base/command_line.h"
-#include "content/common/child_thread.h"
-#include "content/common/socket_stream_dispatcher.h"
-#include "content/common/webkitplatformsupport_impl.h"
+#include "content/child/child_thread.h"
+#include "content/child/socket_stream_dispatcher.h"
+#include "content/child/webkitplatformsupport_impl.h"
#include "content/public/common/content_client.h"
#include "googleurl/src/gurl.h"
« no previous file with comments | « content/child/webkitplatformsupport_impl.h ('k') | content/child/webmessageportchannel_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698