| Index: content/browser/background_sync/background_sync_context_impl.h
|
| diff --git a/content/browser/background_sync/background_sync_context_impl.h b/content/browser/background_sync/background_sync_context_impl.h
|
| index bf252071d3009c230f8d18253647b0d9f271ff91..c5a91039ec4d615aff756345fc8ce2bc70a48653 100644
|
| --- a/content/browser/background_sync/background_sync_context_impl.h
|
| +++ b/content/browser/background_sync/background_sync_context_impl.h
|
| @@ -49,6 +49,8 @@ class CONTENT_EXPORT BackgroundSyncContextImpl : public BackgroundSyncContext {
|
| ~BackgroundSyncContextImpl() override;
|
|
|
| private:
|
| + friend class BackgroundSyncServiceImplTest;
|
| +
|
| void CreateBackgroundSyncManager(
|
| const scoped_refptr<ServiceWorkerContextWrapper>& context);
|
|
|
|
|