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

Unified Diff: jingle/notifier/base/xmpp_connection.h

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/xmpp_connection.h
diff --git a/jingle/notifier/base/xmpp_connection.h b/jingle/notifier/base/xmpp_connection.h
index e41d91414dd538c8323dcab94c02178626841925..71ff649cb04983bdba38323f377889f9ef341344 100644
--- a/jingle/notifier/base/xmpp_connection.h
+++ b/jingle/notifier/base/xmpp_connection.h
@@ -15,8 +15,8 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "net/url_request/url_request_context_getter.h"
-#include "webrtc/base/sigslot.h"
-#include "webrtc/libjingle/xmpp/xmppengine.h"
+#include "third_party/webrtc/base/sigslot.h"
+#include "third_party/xmpp/xmppengine.h"
namespace buzz {
class PreXmppAuth;

Powered by Google App Engine
This is Rietveld 408576698