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

Unified Diff: jingle/notifier/base/gaia_token_pre_xmpp_auth.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/base/gaia_token_pre_xmpp_auth.cc
diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
index 657fd3fff63a47523120f3b1138032106669f870..54edfea9bae4f146cd0dd118ebf683432a1ed558 100644
--- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
+++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc
@@ -8,9 +8,9 @@
#include "base/logging.h"
#include "base/macros.h"
-#include "webrtc/base/socketaddress.h"
-#include "webrtc/libjingle/xmpp/constants.h"
-#include "webrtc/libjingle/xmpp/saslcookiemechanism.h"
+#include "third_party/webrtc/base/socketaddress.h"
+#include "third_party/xmpp/constants.h"
+#include "third_party/xmpp/saslcookiemechanism.h"
namespace notifier {

Powered by Google App Engine
This is Rietveld 408576698