| Index: webrtc/video/rtp_video_stream_receiver.h
|
| diff --git a/webrtc/video/rtp_video_stream_receiver.h b/webrtc/video/rtp_video_stream_receiver.h
|
| index a28816a985785236c2002a99765f86c38adb8002..4d63d7648048ad05af15a0f593a03c2710bd7946 100644
|
| --- a/webrtc/video/rtp_video_stream_receiver.h
|
| +++ b/webrtc/video/rtp_video_stream_receiver.h
|
| @@ -18,6 +18,7 @@
|
| #include <vector>
|
|
|
| #include "webrtc/call/rtp_packet_sink_interface.h"
|
| +#include "webrtc/call/video_receive_stream.h"
|
| #include "webrtc/modules/include/module_common_types.h"
|
| #include "webrtc/modules/rtp_rtcp/include/receive_statistics.h"
|
| #include "webrtc/modules/rtp_rtcp/include/remote_ntp_time_estimator.h"
|
| @@ -33,7 +34,6 @@
|
| #include "webrtc/rtc_base/criticalsection.h"
|
| #include "webrtc/rtc_base/thread_checker.h"
|
| #include "webrtc/typedefs.h"
|
| -#include "webrtc/video_receive_stream.h"
|
|
|
| namespace webrtc {
|
|
|
|
|