Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Unified Diff: jingle/notifier/listener/xml_element_util_unittest.cc

Issue 2443903004: Add xmllite and xmpp sources to third_party/ (Closed)
Patch Set: Updated all sources from upstream Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: jingle/notifier/listener/xml_element_util_unittest.cc
diff --git a/jingle/notifier/listener/xml_element_util_unittest.cc b/jingle/notifier/listener/xml_element_util_unittest.cc
index 3c4c0ad0468529c20b7342807cd03a4c021e01d1..30a95b76796df0d8291f7cffc5c254e70d1e061d 100644
--- a/jingle/notifier/listener/xml_element_util_unittest.cc
+++ b/jingle/notifier/listener/xml_element_util_unittest.cc
@@ -9,9 +9,9 @@
#include <string>
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/webrtc/libjingle/xmllite/qname.h"
-#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
-#include "third_party/webrtc/libjingle/xmllite/xmlprinter.h"
+#include "third_party/xmllite/qname.h"
+#include "third_party/xmllite/xmlelement.h"
+#include "third_party/xmllite/xmlprinter.h"
namespace buzz {
class XmlElement;

Powered by Google App Engine
This is Rietveld 408576698