Index: content/browser/appcache/appcache_host.h |
diff --git a/content/browser/appcache/appcache_host.h b/content/browser/appcache/appcache_host.h |
index 2201c8cbb1c9f1add90216b9b1c8fa6106d92dcb..7a63d35cbbce392c59f11869ee3ca8d6ed458624 100644 |
--- a/content/browser/appcache/appcache_host.h |
+++ b/content/browser/appcache/appcache_host.h |
@@ -110,7 +110,8 @@ class CONTENT_EXPORT AppCacheHost |
// Support for loading resources out of the appcache. |
// May return NULL if the request isn't subject to retrieval from an appache. |
AppCacheRequestHandler* CreateRequestHandler( |
- net::URLRequest* request, ResourceType::Type resource_type); |
+ net::URLRequest* request, |
+ ResourceType resource_type); |
// Support for devtools inspecting appcache resources. |
void GetResourceList(std::vector<AppCacheResourceInfo>* resource_infos); |