| Index: mojo/shell/public/cpp/tests/service_registry_unittest.cc
|
| diff --git a/mojo/shell/public/cpp/tests/service_registry_unittest.cc b/mojo/shell/public/cpp/tests/service_registry_unittest.cc
|
| index 349e9aaa8adc83dcd3483dec81d535fc6b434784..dc29d3774f12230f0dbae9accff5296bfd90f78e 100644
|
| --- a/mojo/shell/public/cpp/tests/service_registry_unittest.cc
|
| +++ b/mojo/shell/public/cpp/tests/service_registry_unittest.cc
|
| @@ -16,7 +16,7 @@ class TestConnector : public ServiceConnector {
|
| public:
|
| explicit TestConnector(int* delete_count) : delete_count_(delete_count) {}
|
| ~TestConnector() override { (*delete_count_)++; }
|
| - void ConnectToService(ApplicationConnection* application_connection,
|
| + void ConnectToService(Connection* connection,
|
| const std::string& interface_name,
|
| ScopedMessagePipeHandle client_handle) override {}
|
|
|
|
|