Index: ipc/ipc_sync_channel.cc |
diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc |
index d1942112d9a237a754720ba9c06f63603427e9a6..445a60e48a02737f3dee2b26a42259a37a4f8423 100644 |
--- a/ipc/ipc_sync_channel.cc |
+++ b/ipc/ipc_sync_channel.cc |
@@ -80,7 +80,7 @@ class SyncChannel::ReceivedSyncMsgQueue : |
if (!was_task_pending) { |
listener_task_runner_->PostTask( |
FROM_HERE, base::Bind(&ReceivedSyncMsgQueue::DispatchMessagesTask, |
- this, scoped_refptr<SyncContext>(context))); |
+ this, base::RetainedRef(context))); |
} |
} |