Index: content/browser/service_worker/service_worker_context_core.h |
diff --git a/content/browser/service_worker/service_worker_context_core.h b/content/browser/service_worker/service_worker_context_core.h |
index 87c69099daa9f0e262f0e98a5fba58388d32885b..5008cec8c2836433b54a3043b0f4c5effea5f282 100644 |
--- a/content/browser/service_worker/service_worker_context_core.h |
+++ b/content/browser/service_worker/service_worker_context_core.h |
@@ -220,7 +220,7 @@ class CONTENT_EXPORT ServiceWorkerContextCore |
ServiceWorkerContextWrapper* wrapper_; |
scoped_ptr<ProcessToProviderMap> providers_; |
scoped_ptr<ServiceWorkerStorage> storage_; |
- scoped_ptr<ServiceWorkerCacheStorageManager> cache_manager_; |
+ scoped_refptr<ServiceWorkerCacheStorageManager> cache_manager_; |
scoped_refptr<EmbeddedWorkerRegistry> embedded_worker_registry_; |
scoped_ptr<ServiceWorkerJobCoordinator> job_coordinator_; |
std::map<int64, ServiceWorkerRegistration*> live_registrations_; |