Index: chrome/browser/chromeos/login/google_authenticator.h |
diff --git a/chrome/browser/chromeos/login/google_authenticator.h b/chrome/browser/chromeos/login/google_authenticator.h |
index f3b6e19c9efb857609992d737aa404feaedcab7f..ea6de9834ac9ce81ed8fda252ab17f7aeac9ce34 100644 |
--- a/chrome/browser/chromeos/login/google_authenticator.h |
+++ b/chrome/browser/chromeos/login/google_authenticator.h |
@@ -110,7 +110,7 @@ class GoogleAuthenticator : public Authenticator, public GaiaAuthConsumer { |
// Callbacks from GaiaAuthenticator2 |
virtual void OnClientLoginFailure( |
- const GaiaAuthConsumer::ClientLoginError& error); |
+ const GaiaAuthConsumer::GaiaAuthError& error); |
virtual void OnClientLoginSuccess( |
const GaiaAuthConsumer::ClientLoginResult& result); |