| Index: chrome/service/gaia/service_gaia_authenticator.h
|
| diff --git a/chrome/service/gaia/service_gaia_authenticator.h b/chrome/service/gaia/service_gaia_authenticator.h
|
| index 81517b4aa12eab87b3222268e5161f38bd907fe6..dc84a588eb8322b1e9f6ab8b80aab4e77e83ce87 100644
|
| --- a/chrome/service/gaia/service_gaia_authenticator.h
|
| +++ b/chrome/service/gaia/service_gaia_authenticator.h
|
| @@ -31,7 +31,7 @@ class ServiceGaiaAuthenticator
|
| base::MessageLoopProxy* io_message_loop_proxy);
|
|
|
| // content::URLFetcherDelegate implementation.
|
| - virtual void OnURLFetchComplete(const content::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
|
|
| protected:
|
| // GaiaAuthenticator overrides.
|
|
|