| Index: chrome/service/gaia/service_gaia_authenticator.cc
|
| diff --git a/chrome/service/gaia/service_gaia_authenticator.cc b/chrome/service/gaia/service_gaia_authenticator.cc
|
| index d6a1948bb6c9156534c4ac676a7718ff9bdb71cc..1f576264ff3a0ff15b18bb4bb031577111b39316 100644
|
| --- a/chrome/service/gaia/service_gaia_authenticator.cc
|
| +++ b/chrome/service/gaia/service_gaia_authenticator.cc
|
| @@ -72,9 +72,12 @@ void ServiceGaiaAuthenticator::DoPost(const GURL& post_url,
|
|
|
| // URLFetcher::Delegate implementation
|
| void ServiceGaiaAuthenticator::OnURLFetchComplete(
|
| - const URLFetcher *source, const GURL &url, const URLRequestStatus &status,
|
| - int response_code, const ResponseCookies &cookies,
|
| - const std::string &data) {
|
| + const URLFetcher* source,
|
| + const GURL& url,
|
| + const net::URLRequestStatus& status,
|
| + int response_code,
|
| + const ResponseCookies& cookies,
|
| + const std::string& data) {
|
| DCHECK(io_message_loop_proxy_->BelongsToCurrentThread());
|
| http_response_code_ = response_code;
|
| response_data_ = data;
|
|
|