| Index: jingle/notifier/base/gaia_token_pre_xmpp_auth.h
|
| ===================================================================
|
| --- jingle/notifier/base/gaia_token_pre_xmpp_auth.h (revision 287594)
|
| +++ jingle/notifier/base/gaia_token_pre_xmpp_auth.h (working copy)
|
| @@ -28,8 +28,8 @@
|
| // all the methods out as we don't actually do any authentication at
|
| // this point.
|
| virtual void 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) OVERRIDE;
|
|
|
|
|