| Index: components/nacl/renderer/manifest_service_channel.cc
|
| diff --git a/components/nacl/renderer/manifest_service_channel.cc b/components/nacl/renderer/manifest_service_channel.cc
|
| index 2a8f4d1bf9899e66b660ac27274be39c311b4ce1..e0596fab5369afddad71e4abf01837562e992922 100644
|
| --- a/components/nacl/renderer/manifest_service_channel.cc
|
| +++ b/components/nacl/renderer/manifest_service_channel.cc
|
| @@ -32,7 +32,7 @@ ManifestServiceChannel::ManifestServiceChannel(
|
| handle,
|
| IPC::Channel::MODE_CLIENT,
|
| this,
|
| - content::RenderThread::Get()->GetIOMessageLoopProxy(),
|
| + content::RenderThread::Get()->GetIOTaskRunner(),
|
| true,
|
| waitable_event)),
|
| peer_pid_(base::kNullProcessId),
|
|
|