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

Unified Diff: jingle/notifier/communicator/login.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/communicator/login.cc
diff --git a/jingle/notifier/communicator/login.cc b/jingle/notifier/communicator/login.cc
index aacfa410318f51848a8b6d1e020d6dcf4650a96d..e286350a5c7cc975fcb8c999bb058fc637dab11f 100644
--- a/jingle/notifier/communicator/login.cc
+++ b/jingle/notifier/communicator/login.cc
@@ -10,17 +10,17 @@
#include "base/rand_util.h"
#include "base/time/time.h"
#include "net/base/host_port_pair.h"
-#include "third_party/webrtc/libjingle/xmllite/xmlelement.h"
-#include "webrtc/base/common.h"
-#include "webrtc/base/firewallsocketserver.h"
-#include "webrtc/base/logging.h"
-#include "webrtc/base/physicalsocketserver.h"
-#include "webrtc/base/taskrunner.h"
-#include "webrtc/libjingle/xmpp/asyncsocket.h"
-#include "webrtc/libjingle/xmpp/prexmppauth.h"
-#include "webrtc/libjingle/xmpp/xmppclient.h"
-#include "webrtc/libjingle/xmpp/xmppclientsettings.h"
-#include "webrtc/libjingle/xmpp/xmppengine.h"
+#include "third_party/webrtc/base/common.h"
+#include "third_party/webrtc/base/firewallsocketserver.h"
+#include "third_party/webrtc/base/logging.h"
+#include "third_party/webrtc/base/physicalsocketserver.h"
+#include "third_party/webrtc/base/taskrunner.h"
+#include "third_party/xmllite/xmlelement.h"
+#include "third_party/xmpp/asyncsocket.h"
+#include "third_party/xmpp/prexmppauth.h"
+#include "third_party/xmpp/xmppclient.h"
+#include "third_party/xmpp/xmppclientsettings.h"
+#include "third_party/xmpp/xmppengine.h"
namespace notifier {

Powered by Google App Engine
This is Rietveld 408576698