| Index: chrome/browser/supervised_user/supervised_user_sync_service_factory.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_sync_service_factory.h b/chrome/browser/supervised_user/supervised_user_sync_service_factory.h
|
| index f390a5981b22fed9eb39a93daa8f96959fae9132..7a52eb2a3da9928119300072d6be63cd9738a895 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_sync_service_factory.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_sync_service_factory.h
|
| @@ -26,7 +26,7 @@ class SupervisedUserSyncServiceFactory
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SYNC_SERVICE_FACTORY_H_
|
|
|