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_ |