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

Unified Diff: webrtc/api/mediastreaminterface.h

Issue 2854123003: Build WebRTC with data channel only. (Closed)
Patch Set: Revert the android changes. Created 3 years, 6 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
Index: webrtc/api/mediastreaminterface.h
diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
index 2acaa000e4898ca1f2c067d1b605b5561d42d406..dc74040214cf001f7fbc60c5ef27f3f291a761e1 100644
--- a/webrtc/api/mediastreaminterface.h
+++ b/webrtc/api/mediastreaminterface.h
@@ -23,10 +23,15 @@
#include <vector>
#include "webrtc/api/video/video_frame.h"
+#include "webrtc/base/optional.h"
+// TODO(zhihuang): Remove unrelated headers once the downstream applications
+// stop relying on them.
+#include "webrtc/base/ratetracker.h"
#include "webrtc/base/refcount.h"
#include "webrtc/base/scoped_ref_ptr.h"
-#include "webrtc/base/optional.h"
-#include "webrtc/media/base/mediachannel.h"
+#include "webrtc/base/thread.h"
+#include "webrtc/base/timeutils.h"
+#include "webrtc/media/base/streamparams.h"
#include "webrtc/media/base/videosinkinterface.h"
#include "webrtc/media/base/videosourceinterface.h"

Powered by Google App Engine
This is Rietveld 408576698