Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: services/ui/ws/test_utils.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/ws/test_server_window_delegate.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « services/ui/ws/test_server_window_delegate.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698