| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 69a3c93b98e9057f1f0967e12da38fe7ed6018b5..33905f1f94d2ae108234a2f38b5136f1c31e2176 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -219,6 +219,7 @@ class TestingProfile : public Profile {
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
| + virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
|
|
|
| virtual TestingProfile* AsTestingProfile() OVERRIDE;
|
|
|
|
|