| Index: jingle/notifier/base/gaia_token_pre_xmpp_auth.h
|
| diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h
|
| index 546288eb47781af6b9d9bb4724b6e0cf20eb9114..60e0c96ca617f3fe59081b0553422054950ba1f0 100644
|
| --- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h
|
| +++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h
|
| @@ -28,8 +28,8 @@ class GaiaTokenPreXmppAuth : public buzz::PreXmppAuth {
|
| // all the methods out as we don't actually do any authentication at
|
| // this point.
|
| virtual void StartPreXmppAuth(const buzz::Jid& jid,
|
| - const rtc::SocketAddress& server,
|
| - const rtc::CryptString& pass,
|
| + const talk_base::SocketAddress& server,
|
| + const talk_base::CryptString& pass,
|
| const std::string& auth_mechanism,
|
| const std::string& auth_token) OVERRIDE;
|
|
|
|
|