| Index: components/signin/core/browser/signin_account_id_helper.cc
|
| diff --git a/components/signin/core/browser/signin_account_id_helper.cc b/components/signin/core/browser/signin_account_id_helper.cc
|
| index f6f3ae95e861af4f186cf37370e5735d863a2e8d..57a69b21c8e3814dd1e43e8d8ae2a5fcd398e227 100644
|
| --- a/components/signin/core/browser/signin_account_id_helper.cc
|
| +++ b/components/signin/core/browser/signin_account_id_helper.cc
|
| @@ -24,14 +24,14 @@ class SigninAccountIdHelper::GaiaIdFetcher
|
| // OAuth2TokenService::Consumer implementation.
|
| virtual void OnGetTokenSuccess(const OAuth2TokenService::Request* request,
|
| const std::string& access_token,
|
| - const base::Time& expiration_time) OVERRIDE;
|
| + const base::Time& expiration_time) override;
|
| virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
|
| - const GoogleServiceAuthError& error) OVERRIDE;
|
| + const GoogleServiceAuthError& error) override;
|
|
|
| // gaia::GaiaOAuthClient::Delegate implementation.
|
| - virtual void OnGetUserIdResponse(const std::string& gaia_id) OVERRIDE;
|
| - virtual void OnOAuthError() OVERRIDE;
|
| - virtual void OnNetworkError(int response_code) OVERRIDE;
|
| + virtual void OnGetUserIdResponse(const std::string& gaia_id) override;
|
| + virtual void OnOAuthError() override;
|
| + virtual void OnNetworkError(int response_code) override;
|
|
|
| private:
|
| void Start();
|
|
|