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

Unified Diff: services/ui/ws/window_tree_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_tree_binding.cc ('k') | services/ui/ws/window_tree_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree_client_unittest.cc
diff --git a/components/mus/ws/window_tree_client_unittest.cc b/services/ui/ws/window_tree_client_unittest.cc
similarity index 99%
rename from components/mus/ws/window_tree_client_unittest.cc
rename to services/ui/ws/window_tree_client_unittest.cc
index 34169dd21522828cf9091f0da9cca94add0a1622..03e97905b9e3262998fe4d1033131450907047db 100644
--- a/components/mus/ws/window_tree_client_unittest.cc
+++ b/services/ui/ws/window_tree_client_unittest.cc
@@ -10,13 +10,13 @@
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "base/strings/stringprintf.h"
-#include "components/mus/public/cpp/tests/window_server_shelltest_base.h"
-#include "components/mus/public/interfaces/window_tree.mojom.h"
-#include "components/mus/public/interfaces/window_tree_host.mojom.h"
-#include "components/mus/ws/ids.h"
-#include "components/mus/ws/test_change_tracker.h"
#include "mojo/public/cpp/bindings/associated_binding.h"
#include "services/shell/public/cpp/shell_test.h"
+#include "services/ui/public/cpp/tests/window_server_shelltest_base.h"
+#include "services/ui/public/interfaces/window_tree.mojom.h"
+#include "services/ui/public/interfaces/window_tree_host.mojom.h"
+#include "services/ui/ws/ids.h"
+#include "services/ui/ws/test_change_tracker.h"
using mojo::Array;
using shell::Connection;
« no previous file with comments | « services/ui/ws/window_tree_binding.cc ('k') | services/ui/ws/window_tree_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698