| Index: jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
|
| diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
|
| index f7ddf8dca7b30d0e4394a7f0e304a4f3eb96643c..4fc8e18fde221fd79c34436f111f504fffc30a09 100644
|
| --- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
|
| +++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
|
| @@ -8,9 +8,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| -#include "talk/base/socketaddress.h"
|
| #include "talk/xmpp/constants.h"
|
| #include "talk/xmpp/saslcookiemechanism.h"
|
| +#include "webrtc/base/socketaddress.h"
|
|
|
| namespace notifier {
|
|
|
| @@ -64,8 +64,8 @@ GaiaTokenPreXmppAuth::~GaiaTokenPreXmppAuth() { }
|
|
|
| void GaiaTokenPreXmppAuth::StartPreXmppAuth(
|
| const buzz::Jid& jid,
|
| - const talk_base::SocketAddress& server,
|
| - const talk_base::CryptString& pass,
|
| + const rtc::SocketAddress& server,
|
| + const rtc::CryptString& pass,
|
| const std::string& auth_mechanism,
|
| const std::string& auth_token) {
|
| SignalAuthDone();
|
|
|