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

Unified Diff: services/ui/ws/display.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/display.h ('k') | services/ui/ws/display_binding.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.cc
diff --git a/components/mus/ws/display.cc b/services/ui/ws/display.cc
similarity index 95%
rename from components/mus/ws/display.cc
rename to services/ui/ws/display.cc
index 84a4162de0546c4831ab93061eaac7cf78e73c7b..42d1f4ca352ff1a2c906fe6db0d8aaf7145381b8 100644
--- a/components/mus/ws/display.cc
+++ b/services/ui/ws/display.cc
@@ -2,29 +2,29 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/ws/display.h"
+#include "services/ui/ws/display.h"
#include <set>
#include <vector>
#include "base/debug/debugger.h"
#include "base/strings/utf_string_conversions.h"
-#include "components/mus/common/types.h"
-#include "components/mus/ws/display_binding.h"
-#include "components/mus/ws/display_manager.h"
-#include "components/mus/ws/focus_controller.h"
-#include "components/mus/ws/platform_display.h"
-#include "components/mus/ws/platform_display_init_params.h"
-#include "components/mus/ws/user_activity_monitor.h"
-#include "components/mus/ws/window_manager_display_root.h"
-#include "components/mus/ws/window_manager_state.h"
-#include "components/mus/ws/window_manager_window_tree_factory.h"
-#include "components/mus/ws/window_server.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 "mojo/common/common_type_converters.h"
#include "services/shell/public/interfaces/connector.mojom.h"
+#include "services/ui/common/types.h"
+#include "services/ui/ws/display_binding.h"
+#include "services/ui/ws/display_manager.h"
+#include "services/ui/ws/focus_controller.h"
+#include "services/ui/ws/platform_display.h"
+#include "services/ui/ws/platform_display_init_params.h"
+#include "services/ui/ws/user_activity_monitor.h"
+#include "services/ui/ws/window_manager_display_root.h"
+#include "services/ui/ws/window_manager_state.h"
+#include "services/ui/ws/window_manager_window_tree_factory.h"
+#include "services/ui/ws/window_server.h"
+#include "services/ui/ws/window_server_delegate.h"
+#include "services/ui/ws/window_tree.h"
+#include "services/ui/ws/window_tree_binding.h"
#include "ui/base/cursor/cursor.h"
namespace mus {
« no previous file with comments | « services/ui/ws/display.h ('k') | services/ui/ws/display_binding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698