| Index: content/browser/service_worker/service_worker_cache_storage_manager.h
|
| diff --git a/content/browser/service_worker/service_worker_cache_storage_manager.h b/content/browser/service_worker/service_worker_cache_storage_manager.h
|
| index 0d568acecbc2cf7cb1044a24484f966e2a785f73..b549fbba722b811e47ccc80efa9f111c1733a2a9 100644
|
| --- a/content/browser/service_worker/service_worker_cache_storage_manager.h
|
| +++ b/content/browser/service_worker/service_worker_cache_storage_manager.h
|
| @@ -31,6 +31,7 @@ class QuotaManagerProxy;
|
| namespace content {
|
|
|
| class ServiceWorkerCacheQuotaClient;
|
| +class ServiceWorkerCacheStorageManagerTest;
|
|
|
| // Keeps track of a ServiceWorkerCacheStorage per origin. There is one
|
| // ServiceWorkerCacheStorageManager per ServiceWorkerContextCore.
|
| @@ -79,6 +80,7 @@ class CONTENT_EXPORT ServiceWorkerCacheStorageManager {
|
|
|
| private:
|
| friend class ServiceWorkerCacheQuotaClient;
|
| + friend class ServiceWorkerCacheStorageManagerTest;
|
|
|
| typedef std::map<GURL, ServiceWorkerCacheStorage*>
|
| ServiceWorkerCacheStorageMap;
|
|
|