Index: content/browser/loader/resource_dispatcher_host_impl.h |
=================================================================== |
--- content/browser/loader/resource_dispatcher_host_impl.h (working copy) |
+++ content/browser/loader/resource_dispatcher_host_impl.h (working copy) |
@@ -9,8 +9,8 @@ |
// |
// See http://dev.chromium.org/developers/design-documents/multi-process-resource-loading |
-#ifndef CONTENT_BROWSER_RENDERER_HOST_RESOURCE_DISPATCHER_HOST_IMPL_H_ |
-#define CONTENT_BROWSER_RENDERER_HOST_RESOURCE_DISPATCHER_HOST_IMPL_H_ |
+#ifndef CONTENT_BROWSER_LOADER_RESOURCE_DISPATCHER_HOST_IMPL_H_ |
+#define CONTENT_BROWSER_LOADER_RESOURCE_DISPATCHER_HOST_IMPL_H_ |
#include <map> |
#include <set> |
@@ -24,8 +24,8 @@ |
#include "base/time.h" |
#include "base/timer.h" |
#include "content/browser/download/download_resource_handler.h" |
-#include "content/browser/renderer_host/resource_loader.h" |
-#include "content/browser/renderer_host/resource_loader_delegate.h" |
+#include "content/browser/loader/resource_loader.h" |
+#include "content/browser/loader/resource_loader_delegate.h" |
#include "content/common/content_export.h" |
#include "content/public/browser/child_process_data.h" |
#include "content/public/browser/notification_types.h" |
@@ -418,4 +418,4 @@ |
} // namespace content |
-#endif // CONTENT_BROWSER_RENDERER_HOST_RESOURCE_DISPATCHER_HOST_IMPL_H_ |
+#endif // CONTENT_BROWSER_LOADER_RESOURCE_DISPATCHER_HOST_IMPL_H_ |