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

Unified Diff: services/ui/ws/server_window.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/server_window.h ('k') | services/ui/ws/server_window_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/server_window.cc
diff --git a/components/mus/ws/server_window.cc b/services/ui/ws/server_window.cc
similarity index 97%
rename from components/mus/ws/server_window.cc
rename to services/ui/ws/server_window.cc
index f6a9304a03b4b8f516244e08fc22082d1f28de7c..d322ea98c94b3e1fc12c56e85a0d15b95174993e 100644
--- a/components/mus/ws/server_window.cc
+++ b/services/ui/ws/server_window.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/server_window.h"
+#include "services/ui/ws/server_window.h"
#include <inttypes.h>
#include <stddef.h>
#include "base/strings/stringprintf.h"
-#include "components/mus/common/transient_window_utils.h"
-#include "components/mus/public/interfaces/window_manager.mojom.h"
-#include "components/mus/ws/server_window_delegate.h"
-#include "components/mus/ws/server_window_observer.h"
-#include "components/mus/ws/server_window_surface_manager.h"
+#include "services/ui/common/transient_window_utils.h"
+#include "services/ui/public/interfaces/window_manager.mojom.h"
+#include "services/ui/ws/server_window_delegate.h"
+#include "services/ui/ws/server_window_observer.h"
+#include "services/ui/ws/server_window_surface_manager.h"
namespace mus {
« no previous file with comments | « services/ui/ws/server_window.h ('k') | services/ui/ws/server_window_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698