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

Unified Diff: content/child/resource_dispatcher.h

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/quota_dispatcher.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/resource_dispatcher.h
diff --git a/content/common/resource_dispatcher.h b/content/child/resource_dispatcher.h
similarity index 98%
rename from content/common/resource_dispatcher.h
rename to content/child/resource_dispatcher.h
index 21c36902c845e716a34e6923926036abffbde251..64843e4b313a38a150b7ef3461ce0d6f7c7b383d 100644
--- a/content/common/resource_dispatcher.h
+++ b/content/child/resource_dispatcher.h
@@ -4,8 +4,8 @@
// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading
-#ifndef CONTENT_COMMON_RESOURCE_DISPATCHER_H_
-#define CONTENT_COMMON_RESOURCE_DISPATCHER_H_
+#ifndef CONTENT_CHILD_RESOURCE_DISPATCHER_H_
+#define CONTENT_CHILD_RESOURCE_DISPATCHER_H_
#include <deque>
#include <string>
@@ -198,4 +198,4 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener {
} // namespace content
-#endif // CONTENT_COMMON_RESOURCE_DISPATCHER_H_
+#endif // CONTENT_CHILD_RESOURCE_DISPATCHER_H_
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698