Index: media/cast/sender/vp8_encoder.cc |
diff --git a/media/cast/sender/vp8_encoder.cc b/media/cast/sender/vp8_encoder.cc |
index 97139e8d84d6609f23402033de96edef7c4d368c..7bb2f11f5ff345e064d0e131df805ff563ed7211 100644 |
--- a/media/cast/sender/vp8_encoder.cc |
+++ b/media/cast/sender/vp8_encoder.cc |
@@ -7,7 +7,7 @@ |
#include "base/logging.h" |
#include "media/base/video_frame.h" |
#include "media/cast/cast_defines.h" |
-#include "third_party/libvpx/source/libvpx/vpx/vp8cx.h" |
+#include "third_party/libvpx_new/source/libvpx/vpx/vp8cx.h" |
namespace media { |
namespace cast { |