| Index: chrome/browser/net/gaia/gaia_oauth_fetcher.cc
|
| diff --git a/chrome/browser/net/gaia/gaia_oauth_fetcher.cc b/chrome/browser/net/gaia/gaia_oauth_fetcher.cc
|
| index 5136eb64ad34c031cf6ca078dd59c1882bdd1ed1..1aabeef1dbd2c66a02945ba3d5081ff728fcb135 100644
|
| --- a/chrome/browser/net/gaia/gaia_oauth_fetcher.cc
|
| +++ b/chrome/browser/net/gaia/gaia_oauth_fetcher.cc
|
| @@ -456,8 +456,8 @@ GoogleServiceAuthError GaiaOAuthFetcher::GenerateAuthError(
|
| return GoogleServiceAuthError(GoogleServiceAuthError::REQUEST_CANCELED);
|
| } else {
|
| LOG(WARNING) << "Could not reach Google Accounts servers: errno "
|
| - << status.os_error();
|
| - return GoogleServiceAuthError::FromConnectionError(status.os_error());
|
| + << status.error();
|
| + return GoogleServiceAuthError::FromConnectionError(status.error());
|
| }
|
| } else {
|
| LOG(WARNING) << "Unrecognized response from Google Accounts servers.";
|
|
|