| Index: services/ui/public/cpp/tests/window_server_test_base.h
|
| diff --git a/components/mus/public/cpp/tests/window_server_test_base.h b/services/ui/public/cpp/tests/window_server_test_base.h
|
| similarity index 87%
|
| rename from components/mus/public/cpp/tests/window_server_test_base.h
|
| rename to services/ui/public/cpp/tests/window_server_test_base.h
|
| index 1e9993a8f2b7af1ef8561942e92098b129ee154a..bf0f038a34ebe39bce55a6211681e292e70e68d2 100644
|
| --- a/components/mus/public/cpp/tests/window_server_test_base.h
|
| +++ b/services/ui/public/cpp/tests/window_server_test_base.h
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_PUBLIC_CPP_TESTS_WINDOW_SERVER_TEST_BASE_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_TESTS_WINDOW_SERVER_TEST_BASE_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_SERVER_TEST_BASE_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_SERVER_TEST_BASE_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/public/cpp/tests/window_server_shelltest_base.h"
|
| -#include "components/mus/public/cpp/window_manager_delegate.h"
|
| -#include "components/mus/public/cpp/window_tree_client_delegate.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| -#include "components/mus/public/interfaces/window_tree_host.mojom.h"
|
| #include "services/shell/public/cpp/interface_factory.h"
|
| +#include "services/ui/public/cpp/tests/window_server_shelltest_base.h"
|
| +#include "services/ui/public/cpp/window_manager_delegate.h"
|
| +#include "services/ui/public/cpp/window_tree_client_delegate.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
| +#include "services/ui/public/interfaces/window_tree_host.mojom.h"
|
|
|
| namespace mus {
|
|
|
| @@ -112,4 +112,4 @@ class WindowServerTestBase
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_TESTS_WINDOW_SERVER_TEST_BASE_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_SERVER_TEST_BASE_H_
|
|
|