| 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 55621f5fb5fd775cc0beafdc21efea76f808535a..8ea04ece50b172d3fd64c5138491637c109823eb 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -143,10 +143,6 @@ net::SSLConfigService* FakeProfile::GetSSLConfigService() {
|
| return nullptr;
|
| }
|
|
|
| -HostContentSettingsMap* FakeProfile::GetHostContentSettingsMap() {
|
| - return nullptr;
|
| -}
|
| -
|
| bool FakeProfile::IsSameProfile(Profile* profile) {
|
| return false;
|
| }
|
|
|