| Index: google_apis/gaia/oauth2_api_call_flow.h
|
| diff --git a/google_apis/gaia/oauth2_api_call_flow.h b/google_apis/gaia/oauth2_api_call_flow.h
|
| index 70c9b5131d5c5f6e9fa38e675523f32fafb0a48f..e3d06b7c422a01e31c36e91c418a5ec5ed474550 100644
|
| --- a/google_apis/gaia/oauth2_api_call_flow.h
|
| +++ b/google_apis/gaia/oauth2_api_call_flow.h
|
| @@ -54,11 +54,11 @@ class OAuth2ApiCallFlow
|
|
|
| // OAuth2AccessTokenFetcher implementation.
|
| virtual void OnGetTokenSuccess(const std::string& access_token,
|
| - const base::Time& expiration_time) OVERRIDE;
|
| - virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) OVERRIDE;
|
| + const base::Time& expiration_time) override;
|
| + virtual void OnGetTokenFailure(const GoogleServiceAuthError& error) override;
|
|
|
| // net::URLFetcherDelegate implementation.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| protected:
|
| // Template methods for sub-classes.
|
|
|