Index: ipc/ipc_channel_mojo_unittest.cc |
diff --git a/ipc/ipc_channel_mojo_unittest.cc b/ipc/ipc_channel_mojo_unittest.cc |
index 1bee10650769601207821cdb81fd35980d2a5e08..a4abb3218ef09d6bbcc1e54e42fb1f829c4f205a 100644 |
--- a/ipc/ipc_channel_mojo_unittest.cc |
+++ b/ipc/ipc_channel_mojo_unittest.cc |
@@ -670,8 +670,8 @@ class ChannelProxyRunner { |
mojo::ScopedMessagePipeHandle handle_; |
base::Thread io_thread_; |
- std::unique_ptr<IPC::ChannelProxy> proxy_; |
base::WaitableEvent never_signaled_; |
+ std::unique_ptr<IPC::ChannelProxy> proxy_; |
DISALLOW_COPY_AND_ASSIGN(ChannelProxyRunner); |
}; |