| Index: chrome/renderer/media/cast_session.cc
|
| diff --git a/chrome/renderer/media/cast_session.cc b/chrome/renderer/media/cast_session.cc
|
| index 2689bd1117872b9b4237c2ec7a290212e031b091..61ce4379bdf1f9425ff2677aa85cf52a73f65eb8 100644
|
| --- a/chrome/renderer/media/cast_session.cc
|
| +++ b/chrome/renderer/media/cast_session.cc
|
| @@ -46,8 +46,7 @@ void CreateVideoEncodeMemory(
|
|
|
| CastSession::CastSession()
|
| : delegate_(new CastSessionDelegate()),
|
| - io_task_runner_(
|
| - content::RenderThread::Get()->GetIOMessageLoopProxy()) {}
|
| + io_task_runner_(content::RenderThread::Get()->GetIOTaskRunner()) {}
|
|
|
| CastSession::~CastSession() {
|
| // We should always be able to delete the object on the IO thread.
|
|
|