| 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 a96923fe8a4d026b740964494d181cfbbc9f05ac..61cd686a39409b67c51768fca5a506cd79da35f5 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -102,10 +102,6 @@ quota::SpecialStoragePolicy* FakeProfile::GetSpecialStoragePolicy() {
|
| return NULL;
|
| }
|
|
|
| -content::PushMessagingService* FakeProfile::GetPushMessagingService() {
|
| - return NULL;
|
| -}
|
| -
|
| scoped_refptr<base::SequencedTaskRunner>
|
| FakeProfile::GetIOTaskRunner() {
|
| return scoped_refptr<base::SequencedTaskRunner>();
|
|
|