Chromium Code Reviews

Unified Diff: remoting/signaling/xmpp_stream_parser.cc

Issue 2443903004: Add xmllite and xmpp sources to third_party/ (Closed)
Patch Set: Restored includes in jingle/ as well Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: remoting/signaling/xmpp_stream_parser.cc
diff --git a/remoting/signaling/xmpp_stream_parser.cc b/remoting/signaling/xmpp_stream_parser.cc
index ee029de7bf05b31e1a2d44f2d25afb742b8d7212..340ed15e7a6d9c49e911064ebd3bee0c77b26d9b 100644
--- a/remoting/signaling/xmpp_stream_parser.cc
+++ b/remoting/signaling/xmpp_stream_parser.cc
@@ -10,9 +10,9 @@
#include "base/memory/ptr_util.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "third_party/webrtc/libjingle/xmllite/xmlbuilder.h"
-#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
-#include "third_party/webrtc/libjingle/xmllite/xmlparser.h"
+#include "third_party/xmllite/xmlbuilder.h"
+#include "third_party/xmllite/xmlelement.h"
+#include "third_party/xmllite/xmlparser.h"
namespace remoting {

Powered by Google App Engine