| Index: webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor.h b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| index 3142946509760a8a852fc5567565e1a6c504d26e..e3b348273dfe444f96c3c1c805e42606137e614b 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor.h
|
| @@ -14,6 +14,7 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| +#include "webrtc/api/video/video_frame.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
|
| #include "webrtc/modules/video_coding/include/video_codec_interface.h"
|
| @@ -21,7 +22,6 @@
|
| #include "webrtc/modules/video_coding/codecs/test/stats.h"
|
| #include "webrtc/test/testsupport/frame_reader.h"
|
| #include "webrtc/test/testsupport/frame_writer.h"
|
| -#include "webrtc/video_frame.h"
|
|
|
| namespace webrtc {
|
|
|
|
|