| Index: content/browser/loader/resource_loader.h
|
| ===================================================================
|
| --- content/browser/loader/resource_loader.h (working copy)
|
| +++ content/browser/loader/resource_loader.h (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_RENDERER_HOST_RESOURCE_LOADER_H_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_RESOURCE_LOADER_H_
|
| +#ifndef CONTENT_BROWSER_LOADER_RESOURCE_LOADER_H_
|
| +#define CONTENT_BROWSER_LOADER_RESOURCE_LOADER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "content/browser/renderer_host/resource_handler.h"
|
| +#include "content/browser/loader/resource_handler.h"
|
| #include "content/browser/ssl/ssl_error_handler.h"
|
| #include "content/public/browser/resource_controller.h"
|
| #include "net/url_request/url_request.h"
|
| @@ -121,4 +121,4 @@
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_RESOURCE_LOADER_H_
|
| +#endif // CONTENT_BROWSER_LOADER_RESOURCE_LOADER_H_
|
|
|