| Index: chrome/browser/supervised_user/supervised_user_settings_service_factory.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_settings_service_factory.h b/chrome/browser/supervised_user/supervised_user_settings_service_factory.h
|
| index fd0316e5c2f2613b27efda3beba00402e11634a9..d35530c0243f916537f483af400612838bb65d81 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_settings_service_factory.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_settings_service_factory.h
|
| @@ -27,9 +27,9 @@ class SupervisedUserSettingsServiceFactory
|
|
|
| // 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;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SETTINGS_SERVICE_FACTORY_H_
|
|
|