Index: services/ui/ws/focus_controller.h |
diff --git a/components/mus/ws/focus_controller.h b/services/ui/ws/focus_controller.h |
similarity index 92% |
rename from components/mus/ws/focus_controller.h |
rename to services/ui/ws/focus_controller.h |
index 96a08609ad0c318c4695f5e6591c1d60eded15c4..121b89f464953c0c1ec52d4f940f015e57bf5a24 100644 |
--- a/components/mus/ws/focus_controller.h |
+++ b/services/ui/ws/focus_controller.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_MUS_WS_FOCUS_CONTROLLER_H_ |
-#define COMPONENTS_MUS_WS_FOCUS_CONTROLLER_H_ |
+#ifndef SERVICES_UI_WS_FOCUS_CONTROLLER_H_ |
+#define SERVICES_UI_WS_FOCUS_CONTROLLER_H_ |
#include <memory> |
#include "base/macros.h" |
#include "base/observer_list.h" |
-#include "components/mus/ws/server_window_drawn_tracker_observer.h" |
-#include "components/mus/ws/server_window_tracker.h" |
+#include "services/ui/ws/server_window_drawn_tracker_observer.h" |
+#include "services/ui/ws/server_window_tracker.h" |
namespace mus { |
@@ -101,4 +101,4 @@ class FocusController : public ServerWindowDrawnTrackerObserver { |
} // namespace mus |
-#endif // COMPONENTS_MUS_WS_FOCUS_CONTROLLER_H_ |
+#endif // SERVICES_UI_WS_FOCUS_CONTROLLER_H_ |