Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / resource_dispatcher_host_delegate.cc
index 607b1af..cb6d91e 100644 (file)
@@ -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;
 }
@@ -21,8 +21,8 @@ bool ResourceDispatcherHostDelegate::ShouldBeginRequest(
 void ResourceDispatcherHostDelegate::RequestBeginning(
     net::URLRequest* request,
     ResourceContext* resource_context,
-    appcache::AppCacheService* appcache_service,
-    ResourceType::Type resource_type,
+    AppCacheService* appcache_service,
+    ResourceType resource_type,
     int child_id,
     int route_id,
     ScopedVector<ResourceThrottle>* throttles) {