| Index: chrome/browser/chromeos/login/google_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/google_authenticator.cc b/chrome/browser/chromeos/login/google_authenticator.cc
|
| index a6238db215abf4918314f7696521e518612a018f..6308fc81d7d159348115ab6e374f1bae6814e8d9 100644
|
| --- a/chrome/browser/chromeos/login/google_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/google_authenticator.cc
|
| @@ -158,7 +158,7 @@ void GoogleAuthenticator::OnClientLoginSuccess(
|
| }
|
|
|
| void GoogleAuthenticator::OnClientLoginFailure(
|
| - const GaiaAuthConsumer::ClientLoginError& error) {
|
| + const GaiaAuthConsumer::GaiaAuthError& error) {
|
|
|
| if (error.code == GaiaAuthConsumer::REQUEST_CANCELED) {
|
| if (try_again_) {
|
|
|