Index: content/common/mojo/mojo_shell_connection_impl.cc |
diff --git a/content/common/mojo/mojo_shell_connection_impl.cc b/content/common/mojo/mojo_shell_connection_impl.cc |
index ee7ff9767d7ee411493ea079b65e2bca9997e386..fe14742c75a68b53a664d234bf81ecbc0e257f1c 100644 |
--- a/content/common/mojo/mojo_shell_connection_impl.cc |
+++ b/content/common/mojo/mojo_shell_connection_impl.cc |
@@ -207,7 +207,7 @@ class MojoShellConnectionImpl::IOThreadContext |
///////////////////////////////////////////////////////////////////////////// |
// shell::InterfaceFactory<shell::mojom::ServiceFactory> implementation |
- void Create(shell::Connection* connection, |
+ void Create(const shell::Identity& remote_identity, |
shell::mojom::ServiceFactoryRequest request) override { |
DCHECK(io_thread_checker_.CalledOnValidThread()); |
factory_bindings_.AddBinding(this, std::move(request)); |