| Index: services/ui/public/cpp/tests/test_window_tree.h
|
| diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/services/ui/public/cpp/tests/test_window_tree.h
|
| similarity index 94%
|
| rename from components/mus/public/cpp/tests/test_window_tree.h
|
| rename to services/ui/public/cpp/tests/test_window_tree.h
|
| index b50a1cf75e72a000c3bc17aa993b1d78679e557f..079898bea8dabcbeddbb60098b287e7d82319908 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.h
|
| +++ b/services/ui/public/cpp/tests/test_window_tree.h
|
| @@ -2,15 +2,15 @@
|
| // 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_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <set>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/public/interfaces/window_tree.mojom.h"
|
| +#include "services/ui/public/interfaces/window_tree.mojom.h"
|
|
|
| namespace mus {
|
|
|
| @@ -111,4 +111,4 @@ class TestWindowTree : public mojom::WindowTree {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_TESTS_TEST_WINDOW_TREE_H_
|
|
|