Index: media/cast/sender/vp8_quantizer_parser.cc |
diff --git a/media/cast/sender/vp8_quantizer_parser.cc b/media/cast/sender/vp8_quantizer_parser.cc |
index 5cbe6759a1d119e4c5e5e1f5f0d9e548c17a57c9..b24d3103200d86532cdb5e3d2e8e682baae35aa9 100644 |
--- a/media/cast/sender/vp8_quantizer_parser.cc |
+++ b/media/cast/sender/vp8_quantizer_parser.cc |
@@ -13,7 +13,7 @@ namespace { |
// Vp8BitReader is a re-implementation of a subset of the VP8 entropy decoder. |
// It is used to decompress the VP8 bitstream for the purposes of quickly |
// parsing the VP8 frame headers. It is mostly the exact same implementation |
-// found in third_party/libvpx_new/.../vp8/decoder/dboolhuff.h except that only |
+// found in third_party/libvpx/.../vp8/decoder/dboolhuff.h except that only |
// the portion of the implementation needed to parse the frame headers is |
// present. As of this writing, the implementation in libvpx could not be |
// re-used because of the way that the code is structured, and lack of the |