Index: chromeos/login/auth/online_attempt.cc |
diff --git a/chromeos/login/auth/online_attempt.cc b/chromeos/login/auth/online_attempt.cc |
index b78c5cd9b30c1af36bfbe5ca79015ebb32fa71c7..dedc1133077dae294f2a7643dce57efb0ed3aecd 100644 |
--- a/chromeos/login/auth/online_attempt.cc |
+++ b/chromeos/login/auth/online_attempt.cc |
@@ -115,7 +115,7 @@ void OnlineAttempt::TryClientLogin() { |
base::TimeDelta::FromMilliseconds(kClientLoginTimeoutMs)); |
client_fetcher_->StartClientLogin( |
- attempt_->user_context.GetUserID(), |
+ attempt_->user_context.GetUserID().GetUserEmail(), |
attempt_->user_context.GetKey()->GetSecret(), |
GaiaConstants::kSyncService, |
attempt_->login_token, |