| Index: content/public/test/test_mojo_app.cc
|
| diff --git a/content/public/test/test_mojo_app.cc b/content/public/test/test_mojo_app.cc
|
| index ce92bed0b83db2cb8fbdeafef6d82d0fb30c890c..a33c3deb5c90c23a070e02fe4ad87b83b3773a94 100644
|
| --- a/content/public/test/test_mojo_app.cc
|
| +++ b/content/public/test/test_mojo_app.cc
|
| @@ -28,7 +28,7 @@ bool TestMojoApp::OnConnect(shell::Connection* connection) {
|
| }
|
|
|
| void TestMojoApp::Create(
|
| - shell::Connection* connection,
|
| + const shell::Identity& remote_identity,
|
| mojo::InterfaceRequest<mojom::TestMojoService> request) {
|
| DCHECK(!service_binding_.is_bound());
|
| service_binding_.Bind(std::move(request));
|
|
|