Index: media/base/pipeline.h |
diff --git a/media/base/pipeline.h b/media/base/pipeline.h |
index 91b6c5ea958d7e7154b161e91e723c9dee5d8c0e..ecad11c7ddd07831d9f859a8944bf64e5472715d 100644 |
--- a/media/base/pipeline.h |
+++ b/media/base/pipeline.h |
@@ -98,7 +98,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, executing |start_cb| when initialization has completed. |