| Index: content/public/browser/resource_dispatcher_host_delegate.h
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
|
| index 45796bacaccec8516c315b623326bc668dbf891d..d16a11f3eae504605e1679718c602b8b5c5e9e55 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.h
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.h
|
| @@ -15,7 +15,7 @@
|
| class GURL;
|
| template <class T> class ScopedVector;
|
|
|
| -namespace appcache {
|
| +namespace content {
|
| class AppCacheService;
|
| }
|
|
|
| @@ -58,7 +58,7 @@ class CONTENT_EXPORT ResourceDispatcherHostDelegate {
|
| virtual void RequestBeginning(
|
| net::URLRequest* request,
|
| ResourceContext* resource_context,
|
| - appcache::AppCacheService* appcache_service,
|
| + AppCacheService* appcache_service,
|
| ResourceType::Type resource_type,
|
| int child_id,
|
| int route_id,
|
|
|