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 e95999a5d40861076f40550cde1dfda049950ecc..1dc73b7a350754e3f75332fbbacaf348e6ecd356 100644 |
--- a/content/renderer/media/video_track_recorder.cc |
+++ b/content/renderer/media/video_track_recorder.cc |
@@ -20,8 +20,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_new/source/libvpx/vpx/vp8cx.h" |
-#include "third_party/libvpx_new/source/libvpx/vpx/vpx_encoder.h" |
+#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h" |
+#include "third_party/libvpx/source/libvpx/vpx/vpx_encoder.h" |
} |
using media::VideoFrame; |