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

Unified Diff: third_party/libjingle_xmpp/xmpp/xmppclient.h

Issue 2737133002: Replace includes of webrtc/base/task.h and taskparent.h. (Closed)
Patch Set: Created 3 years, 9 months 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
« no previous file with comments | « no previous file | third_party/libjingle_xmpp/xmpp/xmpptask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/xmpp/xmppclient.h
diff --git a/third_party/libjingle_xmpp/xmpp/xmppclient.h b/third_party/libjingle_xmpp/xmpp/xmppclient.h
index e3acb63a0dd3e7db447e1819ba84a64c32c5993b..f486e44a3994f5bf8da9269fc1d06d558901c700 100644
--- a/third_party/libjingle_xmpp/xmpp/xmppclient.h
+++ b/third_party/libjingle_xmpp/xmpp/xmppclient.h
@@ -14,12 +14,12 @@
#include <memory>
#include <string>
+#include "third_party/libjingle_xmpp/task_runner/task.h"
#include "third_party/libjingle_xmpp/xmpp/asyncsocket.h"
#include "third_party/libjingle_xmpp/xmpp/xmppclientsettings.h"
#include "third_party/libjingle_xmpp/xmpp/xmppengine.h"
#include "third_party/libjingle_xmpp/xmpp/xmpptask.h"
#include "third_party/webrtc/base/sigslot.h"
-#include "third_party/webrtc/base/task.h"
namespace buzz {
« no previous file with comments | « no previous file | third_party/libjingle_xmpp/xmpp/xmpptask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698