diff options
Diffstat (limited to 'chrome/browser/services/gcm/gcm_profile_service_unittest.cc')
-rw-r--r-- | chrome/browser/services/gcm/gcm_profile_service_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc index fc784f0..23b9d85 100644 --- a/chrome/browser/services/gcm/gcm_profile_service_unittest.cc +++ b/chrome/browser/services/gcm/gcm_profile_service_unittest.cc @@ -255,12 +255,12 @@ class FakeGCMClientFactory : public GCMClientFactory { class GCMProfileServiceTestConsumer : public GCMProfileService::TestingDelegate{ public: - static BrowserContextKeyedService* BuildFakeSigninManager( + static KeyedService* BuildFakeSigninManager( content::BrowserContext* context) { return new FakeSigninManager(static_cast<Profile*>(context)); } - static BrowserContextKeyedService* BuildGCMProfileService( + static KeyedService* BuildGCMProfileService( content::BrowserContext* context) { return new GCMProfileService(static_cast<Profile*>(context)); } |