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 ee825fb3034bf9e60162aa9f276a9d689158faa1..e6c2f83a3ec8639e8a3c53edc9b27aa05f28ef57 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, |
- content::ResourceType::Type resource_type, |
+ content::ResourceType resource_type, |
content::ResourceContext* resource_context) OVERRIDE; |
virtual void RequestBeginning( |
net::URLRequest* request, |
content::ResourceContext* resource_context, |
content::AppCacheService* appcache_service, |
- content::ResourceType::Type resource_type, |
+ content::ResourceType resource_type, |
int child_id, |
int route_id, |
ScopedVector<content::ResourceThrottle>* throttles) OVERRIDE; |
@@ -105,7 +105,7 @@ class ChromeResourceDispatcherHostDelegate |
void AppendStandardResourceThrottles( |
net::URLRequest* request, |
content::ResourceContext* resource_context, |
- content::ResourceType::Type resource_type, |
+ content::ResourceType resource_type, |
ScopedVector<content::ResourceThrottle>* throttles); |
#if defined(ENABLE_ONE_CLICK_SIGNIN) |