| Index: chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| diff --git a/chrome/browser/services/gcm/gcm_profile_service_factory.h b/chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| index ab46acef0da71451dbec4b58bb7c7375853843e0..a731be8006ffbc08058cf0ac8b03722047f7d5f5 100644
|
| --- a/chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| +++ b/chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| @@ -27,12 +27,12 @@ class GCMProfileServiceFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<GCMProfileServiceFactory>;
|
|
|
| GCMProfileServiceFactory();
|
| - virtual ~GCMProfileServiceFactory();
|
| + ~GCMProfileServiceFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const override;
|
| - virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GCMProfileServiceFactory);
|
|
|