| Index: ash/mus/window_manager_unittest.cc
|
| diff --git a/ash/mus/window_manager_unittest.cc b/ash/mus/window_manager_unittest.cc
|
| index 5400deb7dcc8dcf5e48bc7681b70ab53f3bb1ae9..d084d1d24822ed9c2eef091d9d4e937f2eb642c4 100644
|
| --- a/ash/mus/window_manager_unittest.cc
|
| +++ b/ash/mus/window_manager_unittest.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/bind.h"
|
| #include "base/macros.h"
|
| #include "base/run_loop.h"
|
| -#include "services/shell/public/cpp/shell_test.h"
|
| +#include "services/shell/public/cpp/service_test.h"
|
| #include "services/ui/public/cpp/window.h"
|
| #include "services/ui/public/cpp/window_tree_client.h"
|
| #include "services/ui/public/cpp/window_tree_client_delegate.h"
|
| @@ -34,9 +34,9 @@ class WindowTreeClientDelegate : public ::ui::WindowTreeClientDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(WindowTreeClientDelegate);
|
| };
|
|
|
| -class WindowManagerTest : public shell::test::ShellTest {
|
| +class WindowManagerTest : public shell::test::ServiceTest {
|
| public:
|
| - WindowManagerTest() : shell::test::ShellTest("exe:mash_unittests") {}
|
| + WindowManagerTest() : shell::test::ServiceTest("exe:mash_unittests") {}
|
| ~WindowManagerTest() override {}
|
|
|
| private:
|
|
|