| 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 b442f01aad43185d93c2a49d3d8fd0d3e83ad32d..04fb21d0a2ba249c87600c0aa371ed9994f89ff2 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -133,6 +133,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
|
|
| private:
|
| friend class ServiceWorkerProviderHostTest;
|
| + friend class ServiceWorkerWriteToCacheJobTest;
|
| FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
| UpdateBefore24Hours);
|
| FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
|
|