| Index: google_apis/gaia/oauth2_access_token_fetcher_impl.h
|
| diff --git a/google_apis/gaia/oauth2_access_token_fetcher_impl.h b/google_apis/gaia/oauth2_access_token_fetcher_impl.h
|
| index 8839b6c13cb5273bbf09c42e1b816ebfec0ffdc2..c079bfdcd457c10a412d6ac5d96e80e6ec8187c3 100644
|
| --- a/google_apis/gaia/oauth2_access_token_fetcher_impl.h
|
| +++ b/google_apis/gaia/oauth2_access_token_fetcher_impl.h
|
| @@ -56,12 +56,12 @@ class OAuth2AccessTokenFetcherImpl : public OAuth2AccessTokenFetcher,
|
| // Implementation of OAuth2AccessTokenFetcher
|
| virtual void Start(const std::string& client_id,
|
| const std::string& client_secret,
|
| - const std::vector<std::string>& scopes) OVERRIDE;
|
| + const std::vector<std::string>& scopes) override;
|
|
|
| - virtual void CancelRequest() OVERRIDE;
|
| + virtual void CancelRequest() override;
|
|
|
| // Implementation of net::URLFetcherDelegate
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| private:
|
| enum State {
|
|
|