| Index: services/ui/public/cpp/tests/test_window_tree_client_setup.h
|
| diff --git a/components/mus/public/cpp/tests/test_window_tree_client_setup.h b/services/ui/public/cpp/tests/test_window_tree_client_setup.h
|
| similarity index 86%
|
| rename from components/mus/public/cpp/tests/test_window_tree_client_setup.h
|
| rename to services/ui/public/cpp/tests/test_window_tree_client_setup.h
|
| index 9ff93469cf25b14199bdeaa2ff17aae59c040da8..0a602300bff31124f0e63c81f4ad9f80ef160df3 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree_client_setup.h
|
| +++ b/services/ui/public/cpp/tests/test_window_tree_client_setup.h
|
| @@ -2,13 +2,13 @@
|
| // 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_TEST_WINDOW_TREE_CLIENT_SETUP_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/public/cpp/window_tree_client_observer.h"
|
| +#include "services/ui/public/cpp/window_tree_client_observer.h"
|
|
|
| namespace display {
|
| class Display;
|
| @@ -59,4 +59,4 @@ class TestWindowTreeClientSetup : public mus::WindowTreeClientObserver {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_CLIENT_SETUP_H_
|
|
|