| 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..81b94ef95e62a688518b1fb5b370d153c7fe5938 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -69,6 +69,11 @@ content::BackgroundSyncController* FakeProfile::GetBackgroundSyncController() {
|
| return nullptr;
|
| }
|
|
|
| +content::BrowsingDataRemoverDelegate*
|
| +FakeProfile::GetBrowsingDataRemoverDelegate() {
|
| + return nullptr;
|
| +}
|
| +
|
| net::URLRequestContextGetter* FakeProfile::CreateRequestContext(
|
| content::ProtocolHandlerMap* protocol_handlers,
|
| content::URLRequestInterceptorScopedVector request_interceptors) {
|
|
|