Chromium Code Reviews

Unified Diff: webrtc/modules/video_coding/codecs/test/stats.h

Issue 2877703002: Move webrtc/video_frame to common_video/include. (Closed)
Patch Set: Update internal includes. Delete video_image.h. Created 3 years, 7 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/modules/video_coding/codecs/test/stats.h
diff --git a/webrtc/modules/video_coding/codecs/test/stats.h b/webrtc/modules/video_coding/codecs/test/stats.h
index d2dd303ee006be96e64460a132249433b9d77fb8..452ab6e5db8d2d762f20627394652483f66bf62e 100644
--- a/webrtc/modules/video_coding/codecs/test/stats.h
+++ b/webrtc/modules/video_coding/codecs/test/stats.h
@@ -13,7 +13,7 @@
#include <vector>
-#include "webrtc/common_video/include/video_image.h"
+#include "webrtc/common_types.h"
namespace webrtc {
namespace test {

Powered by Google App Engine