| 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 49704f92ac1b961e75198773b26e1e893b656127..2f67acbe3cfb98802b9a08fedafcf252e460555b 100644
|
| --- a/chrome/service/gaia/service_gaia_authenticator.cc
|
| +++ b/chrome/service/gaia/service_gaia_authenticator.cc
|
| @@ -23,7 +23,7 @@ ServiceGaiaAuthenticator::ServiceGaiaAuthenticator(
|
|
|
| // content::URLFetcherDelegate implementation
|
| void ServiceGaiaAuthenticator::OnURLFetchComplete(
|
| - const content::URLFetcher* source) {
|
| + const net::URLFetcher* source) {
|
| DCHECK(io_message_loop_proxy_->BelongsToCurrentThread());
|
| http_response_code_ = source->GetResponseCode();
|
| source->GetResponseAsString(&response_data_);
|
|
|