| Index: media/base/pipeline_impl.h
|
| diff --git a/media/base/pipeline_impl.h b/media/base/pipeline_impl.h
|
| index 54f3c896cbcb75095463d427af14e3d59b4b1a8c..d04ca0d3dc3617c1b0d5cb7cc90d580044c483c2 100644
|
| --- a/media/base/pipeline_impl.h
|
| +++ b/media/base/pipeline_impl.h
|
| @@ -143,7 +143,7 @@ class MEDIA_EXPORT PipelineImpl : public Pipeline {
|
|
|
| // Parameters passed in the constructor.
|
| const scoped_refptr<base::SingleThreadTaskRunner> media_task_runner_;
|
| - const scoped_refptr<MediaLog> media_log_;
|
| + MediaLog* const media_log_;
|
|
|
| // Pipeline client. Valid only while the pipeline is running.
|
| Client* client_;
|
|
|