| Index: media/base/pipeline.h
|
| diff --git a/media/base/pipeline.h b/media/base/pipeline.h
|
| index 1d50f04e6495d49fb64c2f9742d04970905eadba..c91511bd7d13b9bf14d70d2c188fd2c4be990c99 100644
|
| --- a/media/base/pipeline.h
|
| +++ b/media/base/pipeline.h
|
| @@ -103,7 +103,8 @@ class MEDIA_EXPORT Pipeline
|
| public DemuxerHost {
|
| public:
|
| // Constructs a media pipeline that will execute on |message_loop|.
|
| - Pipeline(MessageLoop* message_loop, MediaLog* media_log);
|
| + Pipeline(const scoped_refptr<base::MessageLoopProxy>& message_loop,
|
| + MediaLog* media_log);
|
|
|
| // Build a pipeline to using the given filter collection to construct a filter
|
| // chain.
|
|
|