| Index: services/ui/public/cpp/tests/window_server_shelltest_base.h
|
| diff --git a/services/ui/public/cpp/tests/window_server_shelltest_base.h b/services/ui/public/cpp/tests/window_server_shelltest_base.h
|
| index ad028711a56f7a9297b65a0d0b11725799fee1dd..12bed02324f39a5ba946d1dd0bdcee10fca798cb 100644
|
| --- a/services/ui/public/cpp/tests/window_server_shelltest_base.h
|
| +++ b/services/ui/public/cpp/tests/window_server_shelltest_base.h
|
| @@ -17,7 +17,8 @@ class WindowServerServiceTestBase : public shell::test::ServiceTest {
|
| WindowServerServiceTestBase();
|
| ~WindowServerServiceTestBase() override;
|
|
|
| - virtual bool OnConnect(shell::Connection* connection) = 0;
|
| + virtual bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) = 0;
|
|
|
| private:
|
| // shell::test::ServiceTest:
|
|
|