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