| Index: webrtc/api/mediastreaminterface.h
|
| diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
|
| index 7f563250249257b0fa5375043f64766e84425439..f64d0006eb778c2d31fdc8f67c5554da7e05bc02 100644
|
| --- a/webrtc/api/mediastreaminterface.h
|
| +++ b/webrtc/api/mediastreaminterface.h
|
| @@ -25,17 +25,10 @@
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/base/optional.h"
|
| #include "webrtc/media/base/mediachannel.h"
|
| +#include "webrtc/media/base/videoframe.h"
|
| #include "webrtc/media/base/videosinkinterface.h"
|
| #include "webrtc/media/base/videosourceinterface.h"
|
|
|
| -namespace cricket {
|
| -
|
| -class AudioRenderer;
|
| -class VideoRenderer;
|
| -class VideoFrame;
|
| -
|
| -} // namespace cricket
|
| -
|
| namespace webrtc {
|
|
|
| // Generic observer interface.
|
|
|