| Index: media/base/stream_parser.h
|
| diff --git a/media/base/stream_parser.h b/media/base/stream_parser.h
|
| index c777a16c9b08bdd269af27fe41075948eff42170..b072e738549581f69d417e2c3106c59d1f2d64ed 100644
|
| --- a/media/base/stream_parser.h
|
| +++ b/media/base/stream_parser.h
|
| @@ -125,7 +125,7 @@ class MEDIA_EXPORT StreamParser {
|
| const EncryptedMediaInitDataCB& encrypted_media_init_data_cb,
|
| const NewMediaSegmentCB& new_segment_cb,
|
| const base::Closure& end_of_segment_cb,
|
| - const LogCB& log_cb) = 0;
|
| + const scoped_refptr<MediaLog>& media_log) = 0;
|
|
|
| // Called when a seek occurs. This flushes the current parser state
|
| // and puts the parser in a state where it can receive data for the new seek
|
|
|