| 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 11e22a33901bef72120e2c6a116c9ceaf0333423..142e322b8af76f34d001bb1045b53e88ac6261f2 100644
|
| --- a/chrome/service/gaia/service_gaia_authenticator.h
|
| +++ b/chrome/service/gaia/service_gaia_authenticator.h
|
| @@ -36,9 +36,11 @@ class ServiceGaiaAuthenticator
|
|
|
| protected:
|
| // GaiaAuthenticator overrides.
|
| - virtual bool Post(const GURL& url, const std::string& post_body,
|
| - unsigned long* response_code, std::string* response_body);
|
| - virtual int GetBackoffDelaySeconds(int current_backoff_delay);
|
| + virtual bool Post(const GURL& url,
|
| + const std::string& post_body,
|
| + unsigned long* response_code,
|
| + std::string* response_body) OVERRIDE;
|
| + virtual int GetBackoffDelaySeconds(int current_backoff_delay) OVERRIDE;
|
|
|
| private:
|
| void DoPost(const GURL& post_url, const std::string& post_body);
|
|
|