Index: content/browser/service_worker/service_worker_provider_host.h |
diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h |
index e10cdf502fcd7eb488c121b3fe6b1bc41322c061..3175ef10d160dc8abfb8df41266eb0bddd38adf6 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -94,7 +94,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
// Returns a handler for a request, the handler may return NULL if |
// the request doesn't require special handling. |
scoped_ptr<ServiceWorkerRequestHandler> CreateRequestHandler( |
- ResourceType::Type resource_type, |
+ ResourceType resource_type, |
base::WeakPtr<webkit_blob::BlobStorageContext> blob_storage_context); |
// Returns true if |version| can be associated with this provider. |