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 8d20be0d1ee2987753e881b8faebff79beb843a7..87c36c73ddfd55fa8e71bc53854023e29cda0bb6 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -19,7 +19,7 @@ namespace IPC { |
class Sender; |
} |
-namespace webkit_blob { |
+namespace storage { |
class BlobStorageContext; |
} |
@@ -93,7 +93,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
// the request doesn't require special handling. |
scoped_ptr<ServiceWorkerRequestHandler> CreateRequestHandler( |
ResourceType resource_type, |
- base::WeakPtr<webkit_blob::BlobStorageContext> blob_storage_context, |
+ base::WeakPtr<storage::BlobStorageContext> blob_storage_context, |
scoped_refptr<ResourceRequestBody> body); |
// Returns true if |registration| can be associated with this provider. |