| 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 8e2d29bb12f78dbc70a6c96c40501c555eaf2d66..b6c0d2e8a49bf4ffe088f325305d35a840542496 100644
|
| --- a/google_apis/gaia/gaia_oauth_client.cc
|
| +++ b/google_apis/gaia/gaia_oauth_client.cc
|
| @@ -64,7 +64,7 @@ class GaiaOAuthClient::Core
|
| Delegate* delegate);
|
|
|
| // net::URLFetcherDelegate implementation.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<Core>;
|
|
|