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 eacbd857973ed276a7f2a5643f0881adbdc27e43..379e4abe562e98bf0e02c97acfa7c116bb83beeb 100644 |
--- a/content/browser/service_worker/service_worker_context_core.h |
+++ b/content/browser/service_worker/service_worker_context_core.h |
@@ -122,7 +122,7 @@ class CONTENT_EXPORT ServiceWorkerContextCore |
ServiceWorkerStorage* storage() { return storage_.get(); } |
ServiceWorkerCacheStorageManager* fetch_stores_manager() { |
- return fetch_stores_manager_.get(); |
+ return cache_storage_manager_.get(); |
} |
ServiceWorkerProcessManager* process_manager(); |
EmbeddedWorkerRegistry* embedded_worker_registry() { |
@@ -202,7 +202,7 @@ class CONTENT_EXPORT ServiceWorkerContextCore |
ServiceWorkerContextWrapper* wrapper_; |
scoped_ptr<ProcessToProviderMap> providers_; |
scoped_ptr<ServiceWorkerStorage> storage_; |
- scoped_ptr<ServiceWorkerCacheStorageManager> fetch_stores_manager_; |
+ scoped_ptr<ServiceWorkerCacheStorageManager> cache_storage_manager_; |
scoped_refptr<EmbeddedWorkerRegistry> embedded_worker_registry_; |
scoped_ptr<ServiceWorkerJobCoordinator> job_coordinator_; |
std::map<int64, ServiceWorkerRegistration*> live_registrations_; |