| Index: media/formats/mp2t/mp2t_stream_parser.cc
|
| diff --git a/media/formats/mp2t/mp2t_stream_parser.cc b/media/formats/mp2t/mp2t_stream_parser.cc
|
| index eea80da84e954df4687cb7a0db20729c7f28d31d..d0392de3ae5b0c9776f23e0b187a693d852b77cb 100644
|
| --- a/media/formats/mp2t/mp2t_stream_parser.cc
|
| +++ b/media/formats/mp2t/mp2t_stream_parser.cc
|
| @@ -209,7 +209,7 @@ void Mp2tStreamParser::Init(
|
| const EncryptedMediaInitDataCB& encrypted_media_init_data_cb,
|
| const NewMediaSegmentCB& new_segment_cb,
|
| const EndMediaSegmentCB& end_of_segment_cb,
|
| - const scoped_refptr<MediaLog>& media_log) {
|
| + MediaLog* media_log) {
|
| DCHECK(!is_initialized_);
|
| DCHECK(init_cb_.is_null());
|
| DCHECK(!init_cb.is_null());
|
|
|