| Index: services/ui/public/cpp/tests/window_server_test_base.h
|
| diff --git a/services/ui/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h
|
| index 1a1a007a0ca6ffe95b339725c5e9e1a088b104ec..1a9ea5c53da34868756d3cfbf211b2eebbc1150e 100644
|
| --- a/services/ui/public/cpp/tests/window_server_test_base.h
|
| +++ b/services/ui/public/cpp/tests/window_server_test_base.h
|
| @@ -63,7 +63,7 @@ class WindowServerTestBase
|
| void SetUp() override;
|
|
|
| // WindowServerShellTestBase:
|
| - bool AcceptConnection(shell::Connection* connection) override;
|
| + bool OnConnect(shell::Connection* connection) override;
|
|
|
| // WindowTreeClientDelegate:
|
| void OnEmbed(Window* root) override;
|
|
|