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

Unified Diff: services/ui/ws/display.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/default_access_policy.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display.h
diff --git a/components/mus/ws/display.h b/services/ui/ws/display.h
similarity index 90%
rename from components/mus/ws/display.h
rename to services/ui/ws/display.h
index 419b1909c03e9b4d058b86a0f1617ccf8bef15c2..234d0eb0816413b2adb8215ede5239e67edf7058 100644
--- a/components/mus/ws/display.h
+++ b/services/ui/ws/display.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_DISPLAY_H_
-#define COMPONENTS_MUS_WS_DISPLAY_H_
+#ifndef SERVICES_UI_WS_DISPLAY_H_
+#define SERVICES_UI_WS_DISPLAY_H_
#include <stdint.h>
@@ -14,17 +14,17 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "components/mus/common/types.h"
-#include "components/mus/public/interfaces/window_manager_constants.mojom.h"
-#include "components/mus/public/interfaces/window_tree_host.mojom.h"
-#include "components/mus/ws/focus_controller_delegate.h"
-#include "components/mus/ws/focus_controller_observer.h"
-#include "components/mus/ws/platform_display.h"
-#include "components/mus/ws/server_window.h"
-#include "components/mus/ws/server_window_observer.h"
-#include "components/mus/ws/server_window_tracker.h"
-#include "components/mus/ws/user_id_tracker_observer.h"
-#include "components/mus/ws/window_manager_window_tree_factory_set_observer.h"
+#include "services/ui/common/types.h"
+#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
+#include "services/ui/public/interfaces/window_tree_host.mojom.h"
+#include "services/ui/ws/focus_controller_delegate.h"
+#include "services/ui/ws/focus_controller_observer.h"
+#include "services/ui/ws/platform_display.h"
+#include "services/ui/ws/server_window.h"
+#include "services/ui/ws/server_window_observer.h"
+#include "services/ui/ws/server_window_tracker.h"
+#include "services/ui/ws/user_id_tracker_observer.h"
+#include "services/ui/ws/window_manager_window_tree_factory_set_observer.h"
namespace mus {
namespace ws {
@@ -221,4 +221,4 @@ class Display : public PlatformDisplayDelegate,
} // namespace ws
} // namespace mus
-#endif // COMPONENTS_MUS_WS_DISPLAY_H_
+#endif // SERVICES_UI_WS_DISPLAY_H_
« no previous file with comments | « services/ui/ws/default_access_policy.cc ('k') | services/ui/ws/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698