| 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 c45640e33dc5c93ed945d286798e388bb4bf8911..1a2bc40ce0fdb1409f1a66c5c7df9f33d6143b54 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher.h
|
| +++ b/chrome/common/net/gaia/gaia_auth_fetcher.h
|
| @@ -170,7 +170,7 @@ class GaiaAuthFetcher : public content::URLFetcherDelegate {
|
| const std::string& service);
|
|
|
| // Implementation of content::URLFetcherDelegate
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
|
|
| // StartClientLogin been called && results not back yet?
|
| bool HasPendingFetch();
|
|
|