| Index: jingle/notifier/communicator/login.cc
|
| diff --git a/jingle/notifier/communicator/login.cc b/jingle/notifier/communicator/login.cc
|
| index 141392813a6c63b954c9876773fc0cac1ac061d8..d235c4817e3857bcab41896ec889809315360a8b 100644
|
| --- a/jingle/notifier/communicator/login.cc
|
| +++ b/jingle/notifier/communicator/login.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/rand_util.h"
|
| #include "base/time/time.h"
|
| #include "net/base/host_port_pair.h"
|
| +#include "third_party/libjingle_xmpp/task_runner/taskrunner.h"
|
| #include "third_party/libjingle_xmpp/xmllite/xmlelement.h"
|
| #include "third_party/libjingle_xmpp/xmpp/asyncsocket.h"
|
| #include "third_party/libjingle_xmpp/xmpp/prexmppauth.h"
|
| @@ -19,7 +20,6 @@
|
| #include "webrtc/base/firewallsocketserver.h"
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/physicalsocketserver.h"
|
| -#include "webrtc/base/taskrunner.h"
|
|
|
| namespace notifier {
|
|
|
|
|