Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: webrtc/video/replay.cc

Issue 2780943003: Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)
Patch Set: Fix lint warnings Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/replay.cc
diff --git a/webrtc/video/replay.cc b/webrtc/video/replay.cc
index 6347dc9977bdca8e8352315a51f74e829325de11..851d5a881bc3635cf89b4862ada0cacc4547241c 100644
--- a/webrtc/video/replay.cc
+++ b/webrtc/video/replay.cc
@@ -32,7 +32,7 @@
#include "webrtc/test/video_capturer.h"
#include "webrtc/test/video_renderer.h"
#include "webrtc/typedefs.h"
-#include "webrtc/video_decoder.h"
+#include "webrtc/api/video_decoder.h"
namespace webrtc {
namespace flags {

Powered by Google App Engine
This is Rietveld 408576698