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

Unified Diff: services/ui/ws/window_manager_client_unittest.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/window_manager_access_policy.cc ('k') | services/ui/ws/window_manager_display_root.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_client_unittest.cc
diff --git a/components/mus/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
similarity index 98%
rename from components/mus/ws/window_manager_client_unittest.cc
rename to services/ui/ws/window_manager_client_unittest.cc
index 3e8d3a50da3b6740fe0e86716675f0c3d7a2a636..657aee84bb24b370104fe9164d88bb1d47ae1443 100644
--- a/components/mus/ws/window_manager_client_unittest.cc
+++ b/services/ui/ws/window_manager_client_unittest.cc
@@ -9,13 +9,13 @@
#include "base/logging.h"
#include "base/macros.h"
#include "base/run_loop.h"
-#include "components/mus/common/util.h"
-#include "components/mus/public/cpp/lib/window_private.h"
-#include "components/mus/public/cpp/tests/window_server_test_base.h"
-#include "components/mus/public/cpp/window_observer.h"
-#include "components/mus/public/cpp/window_tree_client.h"
-#include "components/mus/public/cpp/window_tree_client_delegate.h"
-#include "components/mus/public/cpp/window_tree_client_observer.h"
+#include "services/ui/common/util.h"
+#include "services/ui/public/cpp/lib/window_private.h"
+#include "services/ui/public/cpp/tests/window_server_test_base.h"
+#include "services/ui/public/cpp/window_observer.h"
+#include "services/ui/public/cpp/window_tree_client.h"
+#include "services/ui/public/cpp/window_tree_client_delegate.h"
+#include "services/ui/public/cpp/window_tree_client_observer.h"
#include "ui/gfx/geometry/rect.h"
namespace mus {
« no previous file with comments | « services/ui/ws/window_manager_access_policy.cc ('k') | services/ui/ws/window_manager_display_root.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698