Chromium Code Reviews| 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 f51f17eefb485b4f815dd6e150914874f4d00729..ca88eb35b0073cd7ef050b008e80a4f7f879ed32 100644 |
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc |
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc |
| @@ -120,6 +120,10 @@ PrefService* FakeProfile::GetPrefs() { |
| return NULL; |
| } |
| +const PrefService* FakeProfile::GetPrefs() const { |
| + return NULL; |
|
sky
2015/02/05 17:00:58
nullptr?
Ilya Sherman
2015/02/05 21:24:58
Done. Also replaced a bunch of other NULLs with n
|
| +} |
| + |
| PrefService* FakeProfile::GetOffTheRecordPrefs() { |
| return NULL; |
| } |