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