| Index: services/ui/ws/window_server_test_impl.h
|
| diff --git a/components/mus/ws/window_server_test_impl.h b/services/ui/ws/window_server_test_impl.h
|
| similarity index 82%
|
| rename from components/mus/ws/window_server_test_impl.h
|
| rename to services/ui/ws/window_server_test_impl.h
|
| index deacb773c61172b52cc5b2ddb6a1a15a409b6587..73f327b184cc01b9ed8a48e7d1335a0a9647afde 100644
|
| --- a/components/mus/ws/window_server_test_impl.h
|
| +++ b/services/ui/ws/window_server_test_impl.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_WS_WINDOW_SERVER_TEST_IMPL_H_
|
| -#define COMPONENTS_MUS_WS_WINDOW_SERVER_TEST_IMPL_H_
|
| +#ifndef SERVICES_UI_WS_WINDOW_SERVER_TEST_IMPL_H_
|
| +#define SERVICES_UI_WS_WINDOW_SERVER_TEST_IMPL_H_
|
|
|
| -#include "components/mus/public/interfaces/window_server_test.mojom.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| +#include "services/ui/public/interfaces/window_server_test.mojom.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -42,4 +42,4 @@ class WindowServerTestImpl : public mojom::WindowServerTest {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_WINDOW_SERVER_TEST_IMPL_H_
|
| +#endif // SERVICES_UI_WS_WINDOW_SERVER_TEST_IMPL_H_
|
|
|