Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / libjingle / source / talk / xmpp / pubsubtasks.cc
index 015708e..091a7ad 100644 (file)
  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "talk/xmpp/pubsubtasks.h"
+#include "webrtc/libjingle/xmpp/pubsubtasks.h"
 
 #include <string>
 #include <vector>
 
-#include "talk/xmpp/constants.h"
-#include "talk/xmpp/receivetask.h"
+#include "webrtc/libjingle/xmpp/constants.h"
+#include "webrtc/libjingle/xmpp/receivetask.h"
 
 // An implementation of the tasks for XEP-0060
 // (http://xmpp.org/extensions/xep-0060.html).