Index: chrome/browser/remoting/setup_flow_login_step.cc |
diff --git a/chrome/browser/remoting/setup_flow_login_step.cc b/chrome/browser/remoting/setup_flow_login_step.cc |
index d69afe2eca1ee41557edd287a388251b78b09658..68c2224a513cc8aa8e0fc20566799b0a24565ab0 100644 |
--- a/chrome/browser/remoting/setup_flow_login_step.cc |
+++ b/chrome/browser/remoting/setup_flow_login_step.cc |
@@ -95,8 +95,7 @@ void SetupFlowLoginStep::OnClientLoginSuccess( |
// After login has succeeded try to fetch the token for sync. |
// We need the token for sync to connect to the talk network. |
- authenticator_->StartIssueAuthToken(credentials.sid, credentials.lsid, |
- GaiaConstants::kSyncService); |
+ authenticator_->StartIssueAuthToken(credentials, GaiaConstants::kSyncService); |
} |
void SetupFlowLoginStep::OnClientLoginFailure( |