| Index: google_apis/gaia/gaia_oauth_client.cc
|
| diff --git a/google_apis/gaia/gaia_oauth_client.cc b/google_apis/gaia/gaia_oauth_client.cc
|
| index 8f2565e3835bfb696e588227c38a99e4953f6f0c..06605070af1fc9cc5743d7e3a1b56449da0f3d81 100644
|
| --- a/google_apis/gaia/gaia_oauth_client.cc
|
| +++ b/google_apis/gaia/gaia_oauth_client.cc
|
| @@ -65,7 +65,7 @@ class GaiaOAuthClient::Core
|
| Delegate* delegate);
|
|
|
| // net::URLFetcherDelegate implementation.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
| + void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<Core>;
|
| @@ -80,7 +80,7 @@ class GaiaOAuthClient::Core
|
| USER_INFO,
|
| };
|
|
|
| - virtual ~Core() {}
|
| + ~Core() override {}
|
|
|
| void GetUserInfoImpl(RequestType type,
|
| const std::string& oauth_access_token,
|
|
|