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

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

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_utils.h ('k') | services/ui/ws/touch_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « services/ui/ws/test_utils.h ('k') | services/ui/ws/touch_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698