| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| index 65bd1f758dca34c90e10cf3a1a4d877c69da1959..f5bccc6631ae1f34da7f9e7a6c2faf1a74f91ef8 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| @@ -43,13 +43,13 @@ class ChromeResourceDispatcherHostDelegate
|
| int route_id,
|
| const std::string& method,
|
| const GURL& url,
|
| - ResourceType::Type resource_type,
|
| + content::ResourceType::Type resource_type,
|
| content::ResourceContext* resource_context) OVERRIDE;
|
| virtual void RequestBeginning(
|
| net::URLRequest* request,
|
| content::ResourceContext* resource_context,
|
| content::AppCacheService* appcache_service,
|
| - ResourceType::Type resource_type,
|
| + content::ResourceType::Type resource_type,
|
| int child_id,
|
| int route_id,
|
| ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE;
|
| @@ -104,7 +104,7 @@ class ChromeResourceDispatcherHostDelegate
|
| void AppendStandardResourceThrottles(
|
| net::URLRequest* request,
|
| content::ResourceContext* resource_context,
|
| - ResourceType::Type resource_type,
|
| + content::ResourceType::Type resource_type,
|
| ScopedVector<content::ResourceThrottle>* throttles);
|
|
|
| #if defined(ENABLE_ONE_CLICK_SIGNIN)
|
|
|