| Index: jingle/notifier/listener/push_notifications_listen_task.cc
|
| diff --git a/jingle/notifier/listener/push_notifications_listen_task.cc b/jingle/notifier/listener/push_notifications_listen_task.cc
|
| index 4e6a276d43c690f93c073062166e5b22cd6dc13e..f428ebea22ca04d09fa751334c055055cea1efca 100644
|
| --- a/jingle/notifier/listener/push_notifications_listen_task.cc
|
| +++ b/jingle/notifier/listener/push_notifications_listen_task.cc
|
| @@ -9,12 +9,12 @@
|
| #include "jingle/notifier/listener/notification_constants.h"
|
| #include "jingle/notifier/listener/notification_defines.h"
|
| #include "jingle/notifier/listener/xml_element_util.h"
|
| -#include "third_party/webrtc/libjingle/xmllite/qname.h"
|
| -#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
|
| +#include "third_party/xmllite/qname.h"
|
| +#include "third_party/xmllite/xmlelement.h"
|
| +#include "third_party/xmpp/constants.h"
|
| +#include "third_party/xmpp/xmppclient.h"
|
| +#include "third_party/xmpp/xmppengine.h"
|
| #include "webrtc/base/task.h"
|
| -#include "webrtc/libjingle/xmpp/constants.h"
|
| -#include "webrtc/libjingle/xmpp/xmppclient.h"
|
| -#include "webrtc/libjingle/xmpp/xmppengine.h"
|
|
|
| namespace notifier {
|
|
|
|
|