| Index: webrtc/media/engine/webrtcvideoengine.h
|
| diff --git a/webrtc/media/engine/webrtcvideoengine.h b/webrtc/media/engine/webrtcvideoengine.h
|
| index 6e02e7d7a72f2f38d63aadf4484c10ea4715792e..64581dc061e342333085d6cf5984460990f238ff 100644
|
| --- a/webrtc/media/engine/webrtcvideoengine.h
|
| +++ b/webrtc/media/engine/webrtcvideoengine.h
|
| @@ -21,6 +21,8 @@
|
| #include "webrtc/api/video/video_frame.h"
|
| #include "webrtc/call/call.h"
|
| #include "webrtc/call/flexfec_receive_stream.h"
|
| +#include "webrtc/call/video_receive_stream.h"
|
| +#include "webrtc/call/video_send_stream.h"
|
| #include "webrtc/media/base/mediaengine.h"
|
| #include "webrtc/media/base/videosinkinterface.h"
|
| #include "webrtc/media/base/videosourceinterface.h"
|
| @@ -32,8 +34,6 @@
|
| #include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/thread_annotations.h"
|
| #include "webrtc/rtc_base/thread_checker.h"
|
| -#include "webrtc/video_receive_stream.h"
|
| -#include "webrtc/video_send_stream.h"
|
|
|
| namespace webrtc {
|
| class VideoDecoder;
|
|
|