| 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..ab85cf1327a1160ded6896f74d4b1bdb96237c3b 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 "webrtc/base/task.h"
|
| -#include "webrtc/libjingle/xmpp/constants.h"
|
| -#include "webrtc/libjingle/xmpp/xmppclient.h"
|
| -#include "webrtc/libjingle/xmpp/xmppengine.h"
|
| +#include "third_party/webrtc/base/task.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"
|
|
|
| namespace notifier {
|
|
|
|
|