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

Unified Diff: chrome/browser/chromeos/login/parallel_authenticator.cc

Issue 12686006: Rename GoogleServiceAuthError::None() to AuthErrorNone() and LoginFailure::None() to LoginFailureNo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/parallel_authenticator.cc
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.cc b/chrome/browser/chromeos/login/parallel_authenticator.cc
index c0b1dcf8919e3263af79548f78c17ef0f9c8aa0c..e0abeb9ae459aac32f0078bf071775bff5dd4200 100644
--- a/chrome/browser/chromeos/login/parallel_authenticator.cc
+++ b/chrome/browser/chromeos/login/parallel_authenticator.cc
@@ -840,7 +840,7 @@ ParallelAuthenticator::ResolveOnlineSuccessState(
void ParallelAuthenticator::ResolveLoginCompletionStatus() {
// Shortcut online state resolution process.
- current_state_->RecordOnlineLoginStatus(LoginFailure::None());
+ current_state_->RecordOnlineLoginStatus(LoginFailure::LoginFailureNone());
Resolve();
}

Powered by Google App Engine
This is Rietveld 408576698