| Index: chrome/renderer/media/cast_session.h
|
| diff --git a/chrome/renderer/media/cast_session.h b/chrome/renderer/media/cast_session.h
|
| index afffb3503547cce2eab47ef9998ef8c79d63e131..acd04814d46347a54ae14519833cc645f2753e11 100644
|
| --- a/chrome/renderer/media/cast_session.h
|
| +++ b/chrome/renderer/media/cast_session.h
|
| @@ -16,7 +16,7 @@
|
| namespace base {
|
| class BinaryValue;
|
| class DictionaryValue;
|
| -class MessageLoopProxy;
|
| +class SingleThreadTaskRunner;
|
| } // namespace base
|
|
|
| namespace media {
|
| @@ -100,8 +100,8 @@ class CastSession : public base::RefCounted<CastSession> {
|
| // because it is owned by this object.
|
| scoped_ptr<CastSessionDelegate> delegate_;
|
|
|
| - // Proxy to the IO message loop.
|
| - const scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy_;
|
| + // Proxy to the IO task runner.
|
| + const scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CastSession);
|
| };
|
|
|