| 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 a2fc6a3ab34f7c1763056bd56fd0f7fc121b727f..ac75619cb5c7182972ddab16b076d1cad09de35e 100644
|
| --- a/chrome/service/gaia/service_gaia_authenticator.h
|
| +++ b/chrome/service/gaia/service_gaia_authenticator.h
|
| @@ -31,10 +31,12 @@ class ServiceGaiaAuthenticator
|
| ~ServiceGaiaAuthenticator();
|
|
|
| // URLFetcher::Delegate implementation.
|
| - void OnURLFetchComplete(const URLFetcher *source, const GURL &url,
|
| - const URLRequestStatus &status, int response_code,
|
| - const ResponseCookies &cookies,
|
| - const std::string &data);
|
| + virtual void OnURLFetchComplete(const URLFetcher *source,
|
| + const GURL &url,
|
| + const URLRequestStatus &status,
|
| + int response_code,
|
| + const ResponseCookies &cookies,
|
| + const std::string &data);
|
|
|
| protected:
|
| // GaiaAuthenticator overrides.
|
|
|