| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index 869d5dcd35b2bbc4cc03e8cb1c1c68c677f368b3..fa93c36468ce624e19325e94f6d7ece29ed659a9 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -71,6 +71,7 @@ class FakeProfile : public Profile {
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| + virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
| virtual scoped_refptr<base::SequencedTaskRunner> GetIOTaskRunner() OVERRIDE;
|
| virtual Profile* GetOffTheRecordProfile() OVERRIDE;
|
| virtual void DestroyOffTheRecordProfile() OVERRIDE;
|
|
|