Index: media/cast/receiver/video_decoder.cc |
diff --git a/media/cast/receiver/video_decoder.cc b/media/cast/receiver/video_decoder.cc |
index 9983c1ff37930885c3734e5c263fc6548e15e35a..7d834f0374cad6ed0101d2977d08975ab4f78c9d 100644 |
--- a/media/cast/receiver/video_decoder.cc |
+++ b/media/cast/receiver/video_decoder.cc |
@@ -20,8 +20,8 @@ |
// 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/vp8dx.h" |
-#include "third_party/libvpx_new/source/libvpx/vpx/vpx_decoder.h" |
+#include "third_party/libvpx/source/libvpx/vpx/vp8dx.h" |
+#include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h" |
#include "third_party/libyuv/include/libyuv/convert.h" |
#include "ui/gfx/geometry/size.h" |