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 84e0bd1d334d368695581e05b81393e294f2612a..cb6d91e6fb2d0b7770ce5bc695839ffc467f1621 100644 |
--- a/content/public/browser/resource_dispatcher_host_delegate.cc |
+++ b/content/public/browser/resource_dispatcher_host_delegate.cc |
@@ -13,7 +13,7 @@ bool ResourceDispatcherHostDelegate::ShouldBeginRequest( |
int route_id, |
const std::string& method, |
const GURL& url, |
- ResourceType::Type resource_type, |
+ ResourceType resource_type, |
ResourceContext* resource_context) { |
return true; |
} |
@@ -22,7 +22,7 @@ void ResourceDispatcherHostDelegate::RequestBeginning( |
net::URLRequest* request, |
ResourceContext* resource_context, |
AppCacheService* appcache_service, |
- ResourceType::Type resource_type, |
+ ResourceType resource_type, |
int child_id, |
int route_id, |
ScopedVector<ResourceThrottle>* throttles) { |