| Index: chrome/common/net/gaia/gaia_auth_fetcher.h
|
| diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.h b/chrome/common/net/gaia/gaia_auth_fetcher.h
|
| index e5cf31e54cfe83ca4576d206e028995468765160..646ed9549e129be6f96ff8cc3fb8d45e538445a4 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher.h
|
| +++ b/chrome/common/net/gaia/gaia_auth_fetcher.h
|
| @@ -82,7 +82,7 @@ class GaiaAuthFetcher : public content::URLFetcherDelegate {
|
| void StartMergeSession(const std::string& auth_token);
|
|
|
| // Implementation of content::URLFetcherDelegate
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source);
|
| + virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
|
|
| // StartClientLogin been called && results not back yet?
|
| bool HasPendingFetch();
|
|
|