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

Unified Diff: services/ui/ws/window_manager_state.h

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_display_root.cc ('k') | services/ui/ws/window_manager_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_state.h
diff --git a/components/mus/ws/window_manager_state.h b/services/ui/ws/window_manager_state.h
similarity index 94%
rename from components/mus/ws/window_manager_state.h
rename to services/ui/ws/window_manager_state.h
index dca6670d400ac522e3b2bc62821babc653840a3f..48ed156b7ac87f4376ab329313a6b15a2c782837 100644
--- a/components/mus/ws/window_manager_state.h
+++ b/services/ui/ws/window_manager_state.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_WS_WINDOW_MANAGER_STATE_H_
-#define COMPONENTS_MUS_WS_WINDOW_MANAGER_STATE_H_
+#ifndef SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
+#define SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
#include <stdint.h>
@@ -11,11 +11,11 @@
#include "base/memory/weak_ptr.h"
#include "base/timer/timer.h"
-#include "components/mus/public/interfaces/display.mojom.h"
-#include "components/mus/ws/event_dispatcher.h"
-#include "components/mus/ws/event_dispatcher_delegate.h"
-#include "components/mus/ws/user_id.h"
-#include "components/mus/ws/window_server.h"
+#include "services/ui/public/interfaces/display.mojom.h"
+#include "services/ui/ws/event_dispatcher.h"
+#include "services/ui/ws/event_dispatcher_delegate.h"
+#include "services/ui/ws/user_id.h"
+#include "services/ui/ws/window_server.h"
namespace mus {
namespace ws {
@@ -180,4 +180,4 @@ class WindowManagerState : public EventDispatcherDelegate {
} // namespace ws
} // namespace mus
-#endif // COMPONENTS_MUS_WS_WINDOW_MANAGER_STATE_H_
+#endif // SERVICES_UI_WS_WINDOW_MANAGER_STATE_H_
« no previous file with comments | « services/ui/ws/window_manager_display_root.cc ('k') | services/ui/ws/window_manager_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698