| Index: ipc/ipc_channel_proxy.cc
|
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc
|
| index 5e702617e0de336d038803885cb8522282de9495..ab2672c44fcfb76a0b8fc3fa4b1cf7b473e99302 100644
|
| --- a/ipc/ipc_channel_proxy.cc
|
| +++ b/ipc/ipc_channel_proxy.cc
|
| @@ -483,7 +483,7 @@ void ChannelProxy::RemoveFilter(MessageFilter* filter) {
|
|
|
| context_->ipc_task_runner()->PostTask(
|
| FROM_HERE, base::Bind(&Context::OnRemoveFilter, context_.get(),
|
| - make_scoped_refptr(filter)));
|
| + base::RetainedRef(filter)));
|
| }
|
|
|
| void ChannelProxy::ClearIPCTaskRunner() {
|
|
|