| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 5d9bd8a748a41176273dafb16a9e0dea4476b96a..4f05c535dfcdae3b35df19575a3a6602c330319c 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -244,6 +244,7 @@ class TestingProfile : public Profile {
|
| content::PushMessagingService* GetPushMessagingService() override;
|
| content::SSLHostStateDelegate* GetSSLHostStateDelegate() override;
|
| content::PermissionManager* GetPermissionManager() override;
|
| + content::BackgroundFetchClient* GetBackgroundFetchClient() override;
|
| content::BackgroundSyncController* GetBackgroundSyncController() override;
|
| net::URLRequestContextGetter* CreateRequestContext(
|
| content::ProtocolHandlerMap* protocol_handlers,
|
|
|