| Index: media/base/stream_parser.h
|
| diff --git a/media/base/stream_parser.h b/media/base/stream_parser.h
|
| index 1ff28307053218794495e70f3b5ae1700f03149a..20c2d1be139f4c790ae48f0d5a823efd339ad2b0 100644
|
| --- a/media/base/stream_parser.h
|
| +++ b/media/base/stream_parser.h
|
| @@ -128,7 +128,7 @@ class MEDIA_EXPORT StreamParser {
|
| const EncryptedMediaInitDataCB& encrypted_media_init_data_cb,
|
| const NewMediaSegmentCB& new_segment_cb,
|
| const EndMediaSegmentCB& end_of_segment_cb,
|
| - const scoped_refptr<MediaLog>& media_log) = 0;
|
| + MediaLog* media_log) = 0;
|
|
|
| // Called during the reset parser state algorithm. This flushes the current
|
| // parser and puts the parser in a state where it can receive data. This
|
|
|