| Index: jingle/notifier/listener/send_ping_task.cc
|
| diff --git a/jingle/notifier/listener/send_ping_task.cc b/jingle/notifier/listener/send_ping_task.cc
|
| index 90b7196d7f389a8a67cc3e58433fcfae3fe6e722..317286ee6295fbe40bff40353d2b05db57bd4b45 100644
|
| --- a/jingle/notifier/listener/send_ping_task.cc
|
| +++ b/jingle/notifier/listener/send_ping_task.cc
|
| @@ -9,11 +9,11 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "jingle/notifier/listener/xml_element_util.h"
|
| -#include "talk/xmllite/qname.h"
|
| -#include "talk/xmllite/xmlelement.h"
|
| #include "talk/xmpp/constants.h"
|
| #include "talk/xmpp/jid.h"
|
| #include "talk/xmpp/xmppclient.h"
|
| +#include "third_party/webrtc/libjingle/xmllite/qname.h"
|
| +#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
|
|
|
| namespace notifier {
|
|
|
|
|