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

Unified Diff: content/child/resource_dispatcher.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/resource_dispatcher.h ('k') | content/child/resource_dispatcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.cc
diff --git a/content/common/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
similarity index 99%
rename from content/common/resource_dispatcher.cc
rename to content/child/resource_dispatcher.cc
index a35737245a244271c49c528b52593944f738509f..98a2243767178b89e30a93bac657bd5a82c388c8 100644
--- a/content/common/resource_dispatcher.cc
+++ b/content/child/resource_dispatcher.cc
@@ -4,7 +4,7 @@
// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading
-#include "content/common/resource_dispatcher.h"
+#include "content/child/resource_dispatcher.h"
#include "base/basictypes.h"
#include "base/bind.h"
« no previous file with comments | « content/child/resource_dispatcher.h ('k') | content/child/resource_dispatcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698