| Index: google_apis/gaia/oauth2_token_service.h
|
| diff --git a/google_apis/gaia/oauth2_token_service.h b/google_apis/gaia/oauth2_token_service.h
|
| index ecef9e4530b209d0dbab5a274187d69e939a29f3..1824da3eac198ee54c4c0ab3eeb6f91f37c6db61 100644
|
| --- a/google_apis/gaia/oauth2_token_service.h
|
| +++ b/google_apis/gaia/oauth2_token_service.h
|
| @@ -218,7 +218,7 @@ class OAuth2TokenService : public base::NonThreadSafe {
|
| virtual ~RequestImpl();
|
|
|
| // Overridden from Request:
|
| - virtual std::string GetAccountId() const OVERRIDE;
|
| + virtual std::string GetAccountId() const override;
|
|
|
| std::string GetConsumerId() const;
|
|
|
|
|