Index: media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc |
diff --git a/media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc b/media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc |
index b45e622d66e2fc1e0791e76f6e1eb9bedbebcb81..7aed711f88fc95bc1e0ddeffc648afdc6b9332dd 100644 |
--- a/media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc |
+++ b/media/cdm/ppapi/external_clear_key/libvpx_cdm_video_decoder.cc |
@@ -14,8 +14,8 @@ |
#define VPX_CODEC_DISABLE_COMPAT 1 |
extern "C" { |
// Note: vpx_decoder.h must be first or compile will fail. |
-#include "third_party/libvpx/source/libvpx/vpx/vp8dx.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h" // NOLINT |
+#include "third_party/libvpx_new/source/libvpx/vpx/vp8dx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vpx_decoder.h" // NOLINT |
} |
// Enable USE_COPYPLANE_WITH_LIBVPX to use |CopyPlane()| instead of memcpy to |