| Index: services/ui/public/cpp/tests/window_tree_client_private.h
|
| diff --git a/components/mus/public/cpp/tests/window_tree_client_private.h b/services/ui/public/cpp/tests/window_tree_client_private.h
|
| similarity index 83%
|
| rename from components/mus/public/cpp/tests/window_tree_client_private.h
|
| rename to services/ui/public/cpp/tests/window_tree_client_private.h
|
| index 0612bbf721af6120967abc12679c838c4f68c570..966077dbffbe98d107b4939417d3f2d96e801865 100644
|
| --- a/components/mus/public/cpp/tests/window_tree_client_private.h
|
| +++ b/services/ui/public/cpp/tests/window_tree_client_private.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_WINDOW_TREE_CLIENT_PRIVATE_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include <memory>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/common/types.h"
|
| +#include "services/ui/common/types.h"
|
|
|
| namespace display {
|
| class Display;
|
| @@ -57,4 +57,4 @@ class WindowTreeClientPrivate {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
|
|
|