| Index: services/ui/ws/event_matcher.h
|
| diff --git a/components/mus/ws/event_matcher.h b/services/ui/ws/event_matcher.h
|
| similarity index 86%
|
| rename from components/mus/ws/event_matcher.h
|
| rename to services/ui/ws/event_matcher.h
|
| index ec9231b57a430f7bd1b5d3a4647a500461e7d557..2d6d8a60cda30000f37bc75c86722766a5f88782 100644
|
| --- a/components/mus/ws/event_matcher.h
|
| +++ b/services/ui/ws/event_matcher.h
|
| @@ -2,13 +2,13 @@
|
| // 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_MATCHER_H_
|
| -#define COMPONENTS_MUS_WS_EVENT_MATCHER_H_
|
| +#ifndef SERVICES_UI_WS_EVENT_MATCHER_H_
|
| +#define SERVICES_UI_WS_EVENT_MATCHER_H_
|
|
|
| #include <stdint.h>
|
|
|
| #include "base/macros.h"
|
| -#include "components/mus/public/interfaces/event_matcher.mojom.h"
|
| +#include "services/ui/public/interfaces/event_matcher.mojom.h"
|
| #include "ui/events/event.h"
|
| #include "ui/events/mojo/event_constants.mojom.h"
|
| #include "ui/events/mojo/keyboard_codes.mojom.h"
|
| @@ -53,4 +53,4 @@ class EventMatcher {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_EVENT_MATCHER_H_
|
| +#endif // SERVICES_UI_WS_EVENT_MATCHER_H_
|
|
|