Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(696)

Unified Diff: chrome/browser/chromeos/login/google_authenticator.h

Issue 2834042: Add IssueAuthToken and unit tests to GaiaAuthenticator2. (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/google_authenticator.cc » ('j') | chrome/common/net/gaia/gaia_authenticator2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698