| Index: ppapi/nacl_irt/manifest_service.cc
|
| diff --git a/ppapi/nacl_irt/manifest_service.cc b/ppapi/nacl_irt/manifest_service.cc
|
| index 441c401e92381ff529b53325452992a50709fef4..d84b3f35f717f5f98a9b4016724733dad80edbfa 100644
|
| --- a/ppapi/nacl_irt/manifest_service.cc
|
| +++ b/ppapi/nacl_irt/manifest_service.cc
|
| @@ -68,7 +68,7 @@ ManifestService::ManifestService(
|
| channel_ = IPC::ChannelProxy::Create(handle,
|
| IPC::Channel::MODE_SERVER,
|
| NULL, // Listener
|
| - io_message_loop);
|
| + io_message_loop.get());
|
| channel_->AddFilter(filter_.get());
|
| }
|
|
|
|
|