| Index: google_apis/gaia/oauth2_token_service_request_unittest.cc
|
| diff --git a/google_apis/gaia/oauth2_token_service_request_unittest.cc b/google_apis/gaia/oauth2_token_service_request_unittest.cc
|
| index a3ec9b52b6098cd9c107ff770c7b556339b0179b..7fc6080eeec644c146ecddad542a447e9a5fb04b 100644
|
| --- a/google_apis/gaia/oauth2_token_service_request_unittest.cc
|
| +++ b/google_apis/gaia/oauth2_token_service_request_unittest.cc
|
| @@ -147,8 +147,8 @@ void MockOAuth2TokenService::InvalidateOAuth2Token(
|
|
|
| class OAuth2TokenServiceRequestTest : public testing::Test {
|
| public:
|
| - virtual void SetUp() override;
|
| - virtual void TearDown() override;
|
| + void SetUp() override;
|
| + void TearDown() override;
|
|
|
| protected:
|
| class Provider : public OAuth2TokenServiceRequest::TokenServiceProvider {
|
|
|