| 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 c58cab76ad93ce18701cd92261dd6c3bdefc8f9c..caeb088796e32eeb7b5e5e4c275510e70e669102 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;
|
| }
|
|
|