| Index: google_apis/gaia/oauth2_token_service_test_util.h
|
| diff --git a/google_apis/gaia/oauth2_token_service_test_util.h b/google_apis/gaia/oauth2_token_service_test_util.h
|
| index 53ccdf8228a72474931f763c2072346739dc1a0f..f31cf58c562c17d174ba4662dca206193ae79201 100644
|
| --- a/google_apis/gaia/oauth2_token_service_test_util.h
|
| +++ b/google_apis/gaia/oauth2_token_service_test_util.h
|
| @@ -21,9 +21,9 @@ class TestingOAuth2TokenServiceConsumer : public OAuth2TokenService::Consumer {
|
| // OAuth2TokenService::Consumer overrides.
|
| virtual void OnGetTokenSuccess(const OAuth2TokenService::Request* request,
|
| const std::string& token,
|
| - const base::Time& expiration_date) OVERRIDE;
|
| + const base::Time& expiration_date) override;
|
| virtual void OnGetTokenFailure(const OAuth2TokenService::Request* request,
|
| - const GoogleServiceAuthError& error) OVERRIDE;
|
| + const GoogleServiceAuthError& error) override;
|
|
|
| std::string last_token_;
|
| int number_of_successful_tokens_;
|
|
|