| 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 762fb9b5442b5224efdf5a0a508f2046c1765d72..a7c1fac5d1e3fb7c89e33391ad4adf00aacc0731 100644
|
| --- a/content/browser/service_worker/service_worker_context_core.h
|
| +++ b/content/browser/service_worker/service_worker_context_core.h
|
| @@ -207,7 +207,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_;
|
|
|