Index: chrome/browser/ui/app_list/test/fake_profile.cc |
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc |
index 4d690496739ccc6fd5013a0173b31a8facbef3ce..cc5c3e3d0ef7814aff71abf03ae25aecf443ccbd 100644 |
--- a/chrome/browser/ui/app_list/test/fake_profile.cc |
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc |
@@ -65,6 +65,10 @@ content::PermissionManager* FakeProfile::GetPermissionManager() { |
return nullptr; |
} |
+content::BackgroundFetchClient* FakeProfile::GetBackgroundFetchClient() { |
+ return nullptr; |
+} |
+ |
content::BackgroundSyncController* FakeProfile::GetBackgroundSyncController() { |
return nullptr; |
} |