Index: content/renderer/media/video_track_recorder.cc |
diff --git a/content/renderer/media/video_track_recorder.cc b/content/renderer/media/video_track_recorder.cc |
index da2b1c2414f2690dcfd3f658f11844cd6264f729..79b2258112446bae1d229479884c7c858614fa8e 100644 |
--- a/content/renderer/media/video_track_recorder.cc |
+++ b/content/renderer/media/video_track_recorder.cc |
@@ -16,8 +16,8 @@ extern "C" { |
// VPX_CODEC_DISABLE_COMPAT excludes parts of the libvpx API that provide |
// backwards compatibility for legacy applications using the library. |
#define VPX_CODEC_DISABLE_COMPAT 1 |
-#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vp8cx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_encoder.h" |
} |
using media::VideoFrame; |