| 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_
|
|
|