| 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 b213095fa67086c362413fb6a25863302b76d2ac..b8a2b154063cfde9424d779869ed5ff7532e34d2 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/xmpp/constants.h"
|
| -#include "talk/xmpp/saslcookiemechanism.h"
|
| #include "webrtc/base/socketaddress.h"
|
| +#include "webrtc/libjingle/xmpp/constants.h"
|
| +#include "webrtc/libjingle/xmpp/saslcookiemechanism.h"
|
|
|
| namespace notifier {
|
|
|
|
|