| Index: services/ui/public/cpp/tests/window_server_shelltest_base.cc
|
| diff --git a/services/ui/public/cpp/tests/window_server_shelltest_base.cc b/services/ui/public/cpp/tests/window_server_shelltest_base.cc
|
| index c34ce7f13d64de9cd008644f0b71acd472547132..9ef29be58def46294e9df199ae86399c06c47beb 100644
|
| --- a/services/ui/public/cpp/tests/window_server_shelltest_base.cc
|
| +++ b/services/ui/public/cpp/tests/window_server_shelltest_base.cc
|
| @@ -28,8 +28,9 @@ class WindowServerServiceTestClient : public shell::test::ServiceTestClient {
|
|
|
| private:
|
| // shell::test::ServiceTestClient:
|
| - bool OnConnect(shell::Connection* connection) override {
|
| - return test_->OnConnect(connection);
|
| + bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) override {
|
| + return test_->OnConnect(remote_identity, registry);
|
| }
|
|
|
| WindowServerServiceTestBase* test_;
|
|
|