| Index: chrome/browser/profiles/profile_impl.h
 | 
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
 | 
| index 7956e02e5246a6b9660071a8cb14e548e0ced412..0f8e0bf85aaefcb2b06486e710e988aa632a05b3 100644
 | 
| --- a/chrome/browser/profiles/profile_impl.h
 | 
| +++ b/chrome/browser/profiles/profile_impl.h
 | 
| @@ -83,6 +83,7 @@ class ProfileImpl : 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,
 | 
| 
 |