| Index: chrome/browser/chromeos/policy/wildcard_login_checker.h
|
| diff --git a/chrome/browser/chromeos/policy/wildcard_login_checker.h b/chrome/browser/chromeos/policy/wildcard_login_checker.h
|
| index 358788dd0a4b6b22079ef5bee6cde9ff8d1db691..d3ca9a491a326b57c3b9db7ec66d5a34ae3c45e0 100644
|
| --- a/chrome/browser/chromeos/policy/wildcard_login_checker.h
|
| +++ b/chrome/browser/chromeos/policy/wildcard_login_checker.h
|
| @@ -47,9 +47,9 @@ class WildcardLoginChecker : public UserInfoFetcher::Delegate {
|
|
|
| // UserInfoFetcher::Delegate:
|
| virtual void OnGetUserInfoSuccess(const base::DictionaryValue* response)
|
| - OVERRIDE;
|
| + override;
|
| virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error)
|
| - OVERRIDE;
|
| + override;
|
|
|
| private:
|
| // Starts the check after successful token minting.
|
|
|