| Index: chrome/browser/supervised_user/chromeos/manager_password_service.h
|
| diff --git a/chrome/browser/supervised_user/chromeos/manager_password_service.h b/chrome/browser/supervised_user/chromeos/manager_password_service.h
|
| index be5050cfeea04a6f510de28933b22ac1037656d0..401ab15b3629d3c87a57265fdd37843c56dd71d1 100644
|
| --- a/chrome/browser/supervised_user/chromeos/manager_password_service.h
|
| +++ b/chrome/browser/supervised_user/chromeos/manager_password_service.h
|
| @@ -35,7 +35,7 @@ class ManagerPasswordService
|
| ManagerPasswordService();
|
| virtual ~ManagerPasswordService();
|
|
|
| - virtual void Shutdown() OVERRIDE;
|
| + virtual void Shutdown() override;
|
|
|
| void Init(const std::string& user_id,
|
| SupervisedUserSyncService* user_service,
|
| @@ -43,7 +43,7 @@ class ManagerPasswordService
|
|
|
| // chromeos::ExtendedAuthenticator::AuthStatusConsumer overrides:
|
| virtual void OnAuthenticationFailure(ExtendedAuthenticator::AuthState state)
|
| - OVERRIDE;
|
| + override;
|
|
|
| private:
|
| void OnSharedSettingsChange(const std::string& su_id, const std::string& key);
|
|
|