Index: services/shell/tests/shutdown/shutdown_service_app.cc |
diff --git a/services/shell/tests/shutdown/shutdown_service_app.cc b/services/shell/tests/shutdown/shutdown_service_app.cc |
index 19126e4cc4377a6405c405bc87162c2ba873ec2c..6328b886a9546fe68a588e85b4d9e9816cbb337d 100644 |
--- a/services/shell/tests/shutdown/shutdown_service_app.cc |
+++ b/services/shell/tests/shutdown/shutdown_service_app.cc |
@@ -32,7 +32,7 @@ class ShutdownServiceApp |
} |
// InterfaceFactory<mojom::ShutdownTestService>: |
- void Create(Connection* connection, |
+ void Create(const Identity& remote_identity, |
mojom::ShutdownTestServiceRequest request) override { |
bindings_.AddBinding(this, std::move(request)); |
} |