| Index: services/ui/ws/window_tree_client_unittest.cc
|
| diff --git a/services/ui/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
|
| index 6f6382f75cafbf8569642d5684b0578492c14114..31ba777d0807934d1681833d3bb195a1948b6b7a 100644
|
| --- a/services/ui/ws/window_tree_client_unittest.cc
|
| +++ b/services/ui/ws/window_tree_client_unittest.cc
|
| @@ -585,8 +585,9 @@ class WindowTreeClientTest : public WindowServerServiceTestBase {
|
| }
|
|
|
| // WindowServerServiceTestBase:
|
| - bool OnConnect(shell::Connection* connection) override {
|
| - connection->AddInterface(client_factory_.get());
|
| + bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) override {
|
| + registry->AddInterface(client_factory_.get());
|
| return true;
|
| }
|
|
|
|
|