| Index: services/ui/ws/window_tree_client_unittest.cc
|
| diff --git a/components/mus/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
|
| similarity index 99%
|
| rename from components/mus/ws/window_tree_client_unittest.cc
|
| rename to services/ui/ws/window_tree_client_unittest.cc
|
| index 34169dd21522828cf9091f0da9cca94add0a1622..03e97905b9e3262998fe4d1033131450907047db 100644
|
| --- a/components/mus/ws/window_tree_client_unittest.cc
|
| +++ b/services/ui/ws/window_tree_client_unittest.cc
|
| @@ -10,13 +10,13 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "base/strings/stringprintf.h"
|
| -#include "components/mus/public/cpp/tests/window_server_shelltest_base.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| -#include "components/mus/public/interfaces/window_tree_host.mojom.h"
|
| -#include "components/mus/ws/ids.h"
|
| -#include "components/mus/ws/test_change_tracker.h"
|
| #include "mojo/public/cpp/bindings/associated_binding.h"
|
| #include "services/shell/public/cpp/shell_test.h"
|
| +#include "services/ui/public/cpp/tests/window_server_shelltest_base.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
| +#include "services/ui/public/interfaces/window_tree_host.mojom.h"
|
| +#include "services/ui/ws/ids.h"
|
| +#include "services/ui/ws/test_change_tracker.h"
|
|
|
| using mojo::Array;
|
| using shell::Connection;
|
|
|