| 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 5d2813a04c07bb08f5d946ba12e140f813cc7538..14adcff6d9e53dd1a930ecefd2bba90ca5a726f3 100644
 | 
| --- a/chrome/service/gaia/service_gaia_authenticator.h
 | 
| +++ b/chrome/service/gaia/service_gaia_authenticator.h
 | 
| @@ -33,7 +33,7 @@ class ServiceGaiaAuthenticator
 | 
|    // URLFetcher::Delegate implementation.
 | 
|    virtual void OnURLFetchComplete(const URLFetcher *source,
 | 
|                                    const GURL &url,
 | 
| -                                  const URLRequestStatus &status,
 | 
| +                                  const net::URLRequestStatus &status,
 | 
|                                    int response_code,
 | 
|                                    const ResponseCookies &cookies,
 | 
|                                    const std::string &data);
 | 
| 
 |