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

Unified Diff: services/ui/ws/display_manager.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/display_binding.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/display_manager.h
diff --git a/components/mus/ws/display_manager.h b/services/ui/ws/display_manager.h
similarity index 92%
rename from components/mus/ws/display_manager.h
rename to services/ui/ws/display_manager.h
index 0c01f217e316dc16ef4da0687d185b7fbcda2365..201f9a4ef83db7e2ab87efbff6a314b86c8d6e9e 100644
--- a/components/mus/ws/display_manager.h
+++ b/services/ui/ws/display_manager.h
@@ -2,17 +2,17 @@
// 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_MANAGER_H_
-#define COMPONENTS_MUS_WS_DISPLAY_MANAGER_H_
+#ifndef SERVICES_UI_WS_DISPLAY_MANAGER_H_
+#define SERVICES_UI_WS_DISPLAY_MANAGER_H_
#include <map>
#include <memory>
#include <set>
#include "base/macros.h"
-#include "components/mus/ws/ids.h"
-#include "components/mus/ws/user_id.h"
-#include "components/mus/ws/user_id_tracker_observer.h"
+#include "services/ui/ws/ids.h"
+#include "services/ui/ws/user_id.h"
+#include "services/ui/ws/user_id_tracker_observer.h"
namespace mus {
namespace ws {
@@ -99,4 +99,4 @@ class DisplayManager : public UserIdTrackerObserver {
} // namespace ws
} // namespace mus
-#endif // COMPONENTS_MUS_WS_DISPLAY_MANAGER_H_
+#endif // SERVICES_UI_WS_DISPLAY_MANAGER_H_
« no previous file with comments | « services/ui/ws/display_binding.cc ('k') | services/ui/ws/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698