| Index: webrtc/api/mediastreaminterface.h
|
| diff --git a/webrtc/api/mediastreaminterface.h b/webrtc/api/mediastreaminterface.h
|
| index d7493a7d2941953fc93e2f65eb03fe86399e30e0..693e5d00f07b673a39dcd8408ff21a5a08753cc2 100644
|
| --- a/webrtc/api/mediastreaminterface.h
|
| +++ b/webrtc/api/mediastreaminterface.h
|
| @@ -22,13 +22,17 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "webrtc/api/video/video_frame.h"
|
| +// TODO(nisse): Transition hack, Chrome expects that including this
|
| +// file declares I420Buffer. Delete after users of I420Buffer are
|
| +// fixed to include the new header.
|
| +#include "webrtc/api/video/i420_buffer.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/media/base/videosinkinterface.h"
|
| #include "webrtc/media/base/videosourceinterface.h"
|
| -#include "webrtc/video_frame.h"
|
|
|
| namespace webrtc {
|
|
|
|
|