| Index: services/ui/ws/test_utils.cc
|
| diff --git a/components/mus/ws/test_utils.cc b/services/ui/ws/test_utils.cc
|
| similarity index 97%
|
| rename from components/mus/ws/test_utils.cc
|
| rename to services/ui/ws/test_utils.cc
|
| index 78f7d4714d3b3f4bcf929a74d29b63563c53b941..b40992268633549dad1182b5c9053905cc415c12 100644
|
| --- a/components/mus/ws/test_utils.cc
|
| +++ b/services/ui/ws/test_utils.cc
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/ws/test_utils.h"
|
| +#include "services/ui/ws/test_utils.h"
|
|
|
| #include "base/memory/ptr_util.h"
|
| #include "cc/output/copy_output_request.h"
|
| -#include "components/mus/surfaces/surfaces_state.h"
|
| -#include "components/mus/ws/display_binding.h"
|
| -#include "components/mus/ws/display_manager.h"
|
| -#include "components/mus/ws/server_window_surface_manager_test_api.h"
|
| -#include "components/mus/ws/window_manager_access_policy.h"
|
| -#include "components/mus/ws/window_manager_window_tree_factory.h"
|
| #include "services/shell/public/interfaces/connector.mojom.h"
|
| +#include "services/ui/surfaces/surfaces_state.h"
|
| +#include "services/ui/ws/display_binding.h"
|
| +#include "services/ui/ws/display_manager.h"
|
| +#include "services/ui/ws/server_window_surface_manager_test_api.h"
|
| +#include "services/ui/ws/window_manager_access_policy.h"
|
| +#include "services/ui/ws/window_manager_window_tree_factory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mus {
|
|
|