Index: chrome/browser/ui/app_list/test/fake_profile.h |
diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h |
index e0e61b3155ece1a5d63f3127d6c599ac0e3475f8..c9d5326ccc6e1c292da37051983907d263d02e48 100644 |
--- a/chrome/browser/ui/app_list/test/fake_profile.h |
+++ b/chrome/browser/ui/app_list/test/fake_profile.h |
@@ -45,6 +45,7 @@ class FakeProfile : 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, |