Index: media/filters/vpx_video_decoder.cc |
diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc |
index 3abb78142e3c997522a02a03564618d8a04eba45..31b3a376b22d83f696fb729bdf88b1396d18d3eb 100644 |
--- a/media/filters/vpx_video_decoder.cc |
+++ b/media/filters/vpx_video_decoder.cc |
@@ -37,9 +37,9 @@ |
// backwards compatibility for legacy applications using the library. |
#define VPX_CODEC_DISABLE_COMPAT 1 |
extern "C" { |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_frame_buffer.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vp8dx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vp8dx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_decoder.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_frame_buffer.h" |
} |
namespace media { |