Index: jingle/notifier/communicator/single_login_attempt.cc |
=================================================================== |
--- jingle/notifier/communicator/single_login_attempt.cc (revision 136430) |
+++ jingle/notifier/communicator/single_login_attempt.cc (working copy) |
@@ -111,7 +111,7 @@ |
buzz::STR_EMPTY); |
buzz::PreXmppAuth* pre_xmpp_auth = |
new GaiaTokenPreXmppAuth( |
- jid.Str(), client_settings.auth_cookie(), |
+ jid.Str(), client_settings.auth_token(), |
client_settings.token_service(), |
login_settings_->auth_mechanism()); |
xmpp_connection_.reset( |