| Index: jingle/notifier/communicator/login.cc
|
| diff --git a/jingle/notifier/communicator/login.cc b/jingle/notifier/communicator/login.cc
|
| index b3b2dc3d64f4cf433b1f6c2fddeac39f43996c44..837f2576f507cdfcb84cdcac86df55f7d3eb120a 100644
|
| --- a/jingle/notifier/communicator/login.cc
|
| +++ b/jingle/notifier/communicator/login.cc
|
| @@ -10,12 +10,12 @@
|
| #include "base/rand_util.h"
|
| #include "base/time/time.h"
|
| #include "net/base/host_port_pair.h"
|
| -#include "talk/xmllite/xmlelement.h"
|
| #include "talk/xmpp/asyncsocket.h"
|
| #include "talk/xmpp/prexmppauth.h"
|
| #include "talk/xmpp/xmppclient.h"
|
| #include "talk/xmpp/xmppclientsettings.h"
|
| #include "talk/xmpp/xmppengine.h"
|
| +#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/base/firewallsocketserver.h"
|
| #include "webrtc/base/logging.h"
|
|
|