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

Unified Diff: webrtc/call/video_send_stream.h

Issue 3004723002: Move RtpExtension to api/ directory and config.h/.cc to call/. (Closed)
Patch Set: Fix nit. Created 3 years, 3 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 | « webrtc/call/video_receive_stream.h ('k') | webrtc/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/video_send_stream.h
diff --git a/webrtc/call/video_send_stream.h b/webrtc/call/video_send_stream.h
index a176709ac46b6aaf92616d830c3020b5ca5e17d7..a458203ed58fa4897bedb5ab62bb236dcbd3960e 100644
--- a/webrtc/call/video_send_stream.h
+++ b/webrtc/call/video_send_stream.h
@@ -17,9 +17,11 @@
#include <vector>
#include "webrtc/api/call/transport.h"
+#include "webrtc/api/rtpparameters.h"
+#include "webrtc/call/rtp_config.h"
+#include "webrtc/call/video_config.h"
#include "webrtc/common_types.h"
#include "webrtc/common_video/include/frame_callback.h"
-#include "webrtc/config.h"
#include "webrtc/media/base/videosinkinterface.h"
#include "webrtc/media/base/videosourceinterface.h"
#include "webrtc/rtc_base/platform_file.h"
« no previous file with comments | « webrtc/call/video_receive_stream.h ('k') | webrtc/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698