| Index: components/mus/public/cpp/tests/window_server_test_base.cc
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.cc b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| index affbf31a4beefa8f43058cc675197a29e33adfbc..fe7a922c024d2876b08412a520e9dd73b88cdd74 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.cc
|
| +++ b/components/mus/public/cpp/tests/window_server_test_base.cc
|
| @@ -63,7 +63,7 @@ bool WindowServerTestBase::QuitRunLoop() {
|
| }
|
|
|
| void WindowServerTestBase::SetUp() {
|
| - ApplicationTestBase::SetUp();
|
| + WindowServerShellTestBase::SetUp();
|
|
|
| CreateWindowTreeHost(connector(), this, &host_, this);
|
|
|
| @@ -71,10 +71,6 @@ void WindowServerTestBase::SetUp() {
|
| std::swap(window_manager_, most_recent_connection_);
|
| }
|
|
|
| -mojo::ShellClient* WindowServerTestBase::GetShellClient() {
|
| - return this;
|
| -}
|
| -
|
| bool WindowServerTestBase::AcceptConnection(mojo::Connection* connection) {
|
| connection->AddInterface<mojom::WindowTreeClient>(this);
|
| return true;
|
|
|