| Index: services/ui/ws/window_manager_client_unittest.cc
|
| diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
|
| index 237a489058be0a45786c40c74d0f74c42b845c7b..03cd37567e8e0ee4340daf0411fd3a21f7d4f50c 100644
|
| --- a/services/ui/ws/window_manager_client_unittest.cc
|
| +++ b/services/ui/ws/window_manager_client_unittest.cc
|
| @@ -285,7 +285,7 @@ class WindowServerTest : public WindowServerTestBase {
|
| // WindowTreeClient.
|
| ui::mojom::WindowTreeClientPtr ConnectAndGetWindowServerClient() {
|
| ui::mojom::WindowTreeClientPtr client;
|
| - connector()->ConnectToInterface(test_name(), &client);
|
| + connector()->BindInterface(test_name(), &client);
|
| return client;
|
| }
|
|
|
|
|