Index: services/shell/tests/connect/connect_test_singleton_app.cc |
diff --git a/services/shell/tests/connect/connect_test_singleton_app.cc b/services/shell/tests/connect/connect_test_singleton_app.cc |
index 15054132e844c18ed2874028b9ee6be6eff21cd6..c4da0595c535ab24813932ab2ab275032154d45a 100644 |
--- a/services/shell/tests/connect/connect_test_singleton_app.cc |
+++ b/services/shell/tests/connect/connect_test_singleton_app.cc |
@@ -16,7 +16,8 @@ class ConnectTestSingletonApp : public Service { |
private: |
// shell::Service: |
- bool OnConnect(Connection* connection) override { |
+ bool OnConnect(const Identity& remote_identity, |
+ InterfaceRegistry* registry) override { |
return true; |
} |