Chromium Code Reviews

Unified Diff: webrtc/test/configurable_frame_size_encoder.h

Issue 2780943003: Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)
Patch Set: Implement Solenberg@ comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/test/configurable_frame_size_encoder.h
diff --git a/webrtc/test/configurable_frame_size_encoder.h b/webrtc/test/configurable_frame_size_encoder.h
index a3820baf7e5bdc4e9012fa3f707ceb127b2e5954..886c54668533658821680b484f3d9296981b056a 100644
--- a/webrtc/test/configurable_frame_size_encoder.h
+++ b/webrtc/test/configurable_frame_size_encoder.h
@@ -14,7 +14,7 @@
#include <memory>
#include <vector>
-#include "webrtc/video_encoder.h"
+#include "webrtc/api/video_codecs/video_encoder.h"
namespace webrtc {
namespace test {

Powered by Google App Engine