Index: services/ui/ws/event_dispatcher.h |
diff --git a/components/mus/ws/event_dispatcher.h b/services/ui/ws/event_dispatcher.h |
similarity index 96% |
rename from components/mus/ws/event_dispatcher.h |
rename to services/ui/ws/event_dispatcher.h |
index a617807398187ae367220ed1d17f95af883ff12e..59f607031e4f069f22e2d4424e056eac74cf5074 100644 |
--- a/components/mus/ws/event_dispatcher.h |
+++ b/services/ui/ws/event_dispatcher.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_EVENT_DISPATCHER_H_ |
-#define COMPONENTS_MUS_WS_EVENT_DISPATCHER_H_ |
+#ifndef SERVICES_UI_WS_EVENT_DISPATCHER_H_ |
+#define SERVICES_UI_WS_EVENT_DISPATCHER_H_ |
#include <stdint.h> |
@@ -12,10 +12,10 @@ |
#include <utility> |
#include "base/macros.h" |
-#include "components/mus/common/types.h" |
-#include "components/mus/public/interfaces/event_matcher.mojom.h" |
-#include "components/mus/ws/modal_window_controller.h" |
-#include "components/mus/ws/server_window_observer.h" |
+#include "services/ui/common/types.h" |
+#include "services/ui/public/interfaces/event_matcher.mojom.h" |
+#include "services/ui/ws/modal_window_controller.h" |
+#include "services/ui/ws/server_window_observer.h" |
#include "ui/gfx/geometry/rect_f.h" |
namespace ui { |
@@ -233,4 +233,4 @@ class EventDispatcher : public ServerWindowObserver { |
} // namespace ws |
} // namespace mus |
-#endif // COMPONENTS_MUS_WS_EVENT_DISPATCHER_H_ |
+#endif // SERVICES_UI_WS_EVENT_DISPATCHER_H_ |