| Index: content/public/browser/resource_dispatcher_host_delegate.cc
|
| diff --git a/content/public/browser/resource_dispatcher_host_delegate.cc b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| index b7b96c316a013ea4d0e696d542aa4cfa11412cab..ceed4302591da4b0093fe486f26234c63073d042 100644
|
| --- a/content/public/browser/resource_dispatcher_host_delegate.cc
|
| +++ b/content/public/browser/resource_dispatcher_host_delegate.cc
|
| @@ -21,7 +21,7 @@ bool ResourceDispatcherHostDelegate::ShouldBeginRequest(
|
| void ResourceDispatcherHostDelegate::RequestBeginning(
|
| net::URLRequest* request,
|
| ResourceContext* resource_context,
|
| - appcache::AppCacheService* appcache_service,
|
| + AppCacheService* appcache_service,
|
| ResourceType::Type resource_type,
|
| int child_id,
|
| int route_id,
|
|
|