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

Unified Diff: third_party/libjingle_xmpp/xmpp/xmpptask.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 | « third_party/libjingle_xmpp/xmpp/xmppclient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/xmpp/xmpptask.h
diff --git a/third_party/libjingle_xmpp/xmpp/xmpptask.h b/third_party/libjingle_xmpp/xmpp/xmpptask.h
index e302686a7658487fe92b900eb0e5fe524d81031d..822091c3853726ba5cd1d3dc490e027bfbaacafe 100644
--- a/third_party/libjingle_xmpp/xmpp/xmpptask.h
+++ b/third_party/libjingle_xmpp/xmpp/xmpptask.h
@@ -15,11 +15,11 @@
#include <memory>
#include <string>
+#include "third_party/libjingle_xmpp/task_runner/task.h"
+#include "third_party/libjingle_xmpp/task_runner/taskparent.h"
#include "third_party/libjingle_xmpp/xmpp/xmppengine.h"
#include "third_party/webrtc/base/constructormagic.h"
#include "third_party/webrtc/base/sigslot.h"
-#include "third_party/webrtc/base/task.h"
-#include "third_party/webrtc/base/taskparent.h"
namespace buzz {
« no previous file with comments | « third_party/libjingle_xmpp/xmpp/xmppclient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698