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(); |
} |