Index: ipc/mojo/ipc_mojo_perftest.cc |
diff --git a/ipc/mojo/ipc_mojo_perftest.cc b/ipc/mojo/ipc_mojo_perftest.cc |
index 576f13eaa282ce685e86818f051756c078260763..81dcd70a9b9c3c97115b1a72b671abc02e246d16 100644 |
--- a/ipc/mojo/ipc_mojo_perftest.cc |
+++ b/ipc/mojo/ipc_mojo_perftest.cc |
@@ -33,7 +33,8 @@ public: |
const IPC::ChannelHandle& handle, |
base::TaskRunner* runner) OVERRIDE { |
host_.reset(new IPC::ChannelMojoHost(task_runner())); |
- return IPC::ChannelMojo::CreateServerFactory(host_.get(), handle); |
+ return IPC::ChannelMojo::CreateServerFactory(host_->channel_delegate(), |
+ handle); |
} |
virtual bool DidStartClient() OVERRIDE { |