| Index: chrome/browser/supervised_user/supervised_user_service_factory.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_service_factory.h b/chrome/browser/supervised_user/supervised_user_service_factory.h
|
| index a5c2884445132e25533a3b8e73d407f55fa72ac5..21a3c699f69278e405562d25e3731b20e69fe3c5 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_service_factory.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_service_factory.h
|
| @@ -29,9 +29,9 @@ class SupervisedUserServiceFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SERVICE_FACTORY_H_
|
|
|