| 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 83ea9cb1e622b926be49aa566034acdd23cb0fb9..ab46acef0da71451dbec4b58bb7c7375853843e0 100644
|
| --- a/chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| +++ b/chrome/browser/services/gcm/gcm_profile_service_factory.h
|
| @@ -31,9 +31,9 @@ class GCMProfileServiceFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GCMProfileServiceFactory);
|
| };
|
|
|