| Index: google_apis/gaia/gaia_auth_fetcher.h
|
| diff --git a/google_apis/gaia/gaia_auth_fetcher.h b/google_apis/gaia/gaia_auth_fetcher.h
|
| index 997d9ade4fd48bc3bf037e35084548322ea38b8e..47e120c405d8a2020cad99b6b88169f2366c4bc6 100644
|
| --- a/google_apis/gaia/gaia_auth_fetcher.h
|
| +++ b/google_apis/gaia/gaia_auth_fetcher.h
|
| @@ -188,7 +188,7 @@ class GaiaAuthFetcher : public net::URLFetcherDelegate {
|
| void StartGetCheckConnectionInfo();
|
|
|
| // Implementation of net::URLFetcherDelegate
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // StartClientLogin been called && results not back yet?
|
| bool HasPendingFetch();
|
|
|