Index: ipc/ipc_channel_proxy.cc |
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc |
index cbc18bc7d7d81a307e647774306131ac87a86a2f..da3da24ab0444f932cbbc9eef8bca022d8be9476 100644 |
--- a/ipc/ipc_channel_proxy.cc |
+++ b/ipc/ipc_channel_proxy.cc |
@@ -60,7 +60,7 @@ void ChannelProxy::MessageFilter::OnDestruct() const { |
ChannelProxy::Context::Context(Channel::Listener* listener, |
base::MessageLoopProxy* ipc_message_loop) |
- : listener_message_loop_(base::MessageLoopProxy::CreateForCurrentThread()), |
+ : listener_message_loop_(base::MessageLoopProxy::current()), |
listener_(listener), |
ipc_message_loop_(ipc_message_loop), |
peer_pid_(0), |