Index: services/ui/ws/test_utils.h |
diff --git a/components/mus/ws/test_utils.h b/services/ui/ws/test_utils.h |
similarity index 94% |
rename from components/mus/ws/test_utils.h |
rename to services/ui/ws/test_utils.h |
index ede927722ecff2659c8b5f49fd4c190b134d7d17..15594202d3cff09d36bed7e76b853490f8ed3e75 100644 |
--- a/components/mus/ws/test_utils.h |
+++ b/services/ui/ws/test_utils.h |
@@ -2,29 +2,29 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_MUS_WS_TEST_UTILS_H_ |
-#define COMPONENTS_MUS_WS_TEST_UTILS_H_ |
+#ifndef SERVICES_UI_WS_TEST_UTILS_H_ |
+#define SERVICES_UI_WS_TEST_UTILS_H_ |
#include <stdint.h> |
#include <vector> |
-#include "components/mus/public/interfaces/display.mojom.h" |
-#include "components/mus/public/interfaces/window_tree.mojom.h" |
-#include "components/mus/ws/display.h" |
-#include "components/mus/ws/display_binding.h" |
-#include "components/mus/ws/event_dispatcher.h" |
-#include "components/mus/ws/platform_display.h" |
-#include "components/mus/ws/platform_display_factory.h" |
-#include "components/mus/ws/test_change_tracker.h" |
-#include "components/mus/ws/user_activity_monitor.h" |
-#include "components/mus/ws/user_display_manager.h" |
-#include "components/mus/ws/user_id.h" |
-#include "components/mus/ws/window_manager_state.h" |
-#include "components/mus/ws/window_manager_window_tree_factory_set.h" |
-#include "components/mus/ws/window_server_delegate.h" |
-#include "components/mus/ws/window_tree.h" |
-#include "components/mus/ws/window_tree_binding.h" |
+#include "services/ui/public/interfaces/display.mojom.h" |
+#include "services/ui/public/interfaces/window_tree.mojom.h" |
+#include "services/ui/ws/display.h" |
+#include "services/ui/ws/display_binding.h" |
+#include "services/ui/ws/event_dispatcher.h" |
+#include "services/ui/ws/platform_display.h" |
+#include "services/ui/ws/platform_display_factory.h" |
+#include "services/ui/ws/test_change_tracker.h" |
+#include "services/ui/ws/user_activity_monitor.h" |
+#include "services/ui/ws/user_display_manager.h" |
+#include "services/ui/ws/user_id.h" |
+#include "services/ui/ws/window_manager_state.h" |
+#include "services/ui/ws/window_manager_window_tree_factory_set.h" |
+#include "services/ui/ws/window_server_delegate.h" |
+#include "services/ui/ws/window_tree.h" |
+#include "services/ui/ws/window_tree_binding.h" |
namespace mus { |
namespace ws { |
@@ -534,4 +534,4 @@ ServerWindow* NewWindowInTreeWithParent(WindowTree* tree, |
} // namespace ws |
} // namespace mus |
-#endif // COMPONENTS_MUS_WS_TEST_UTILS_H_ |
+#endif // SERVICES_UI_WS_TEST_UTILS_H_ |