| Index: google_apis/gaia/oauth2_token_service_request.h
|
| diff --git a/google_apis/gaia/oauth2_token_service_request.h b/google_apis/gaia/oauth2_token_service_request.h
|
| index b1f0e57629d285aa48192ce3d7fabedd34043885..ecf605fc026b788a5f5d2719435cb8d1bbcef11b 100644
|
| --- a/google_apis/gaia/oauth2_token_service_request.h
|
| +++ b/google_apis/gaia/oauth2_token_service_request.h
|
| @@ -90,7 +90,7 @@ class OAuth2TokenServiceRequest : public OAuth2TokenService::Request,
|
| virtual ~OAuth2TokenServiceRequest();
|
|
|
| // OAuth2TokenService::Request.
|
| - virtual std::string GetAccountId() const OVERRIDE;
|
| + virtual std::string GetAccountId() const override;
|
|
|
| private:
|
| OAuth2TokenServiceRequest(const std::string& account_id);
|
|
|