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 a53f8a3a75fb76afe74b8e4696a8d3557a87b426..3cfc6eabdb63e83c8821520bd865f4a74fec5954 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -262,6 +262,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
void NotifyControllerLost(); |
private: |
+ friend class ForeignFetchRequestHandlerTest; |
friend class LinkHeaderServiceWorkerTest; |
friend class ServiceWorkerProviderHostTestP; |
friend class ServiceWorkerWriteToCacheJobTest; |