diff options
Diffstat (limited to 'components/mus/public/cpp/event_matcher.h')
-rw-r--r-- | components/mus/public/cpp/event_matcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/mus/public/cpp/event_matcher.h b/components/mus/public/cpp/event_matcher.h index 0e3bc0d..6f7c441 100644 --- a/components/mus/public/cpp/event_matcher.h +++ b/components/mus/public/cpp/event_matcher.h @@ -5,9 +5,9 @@ #ifndef COMPONENTS_MUS_PUBLIC_CPP_EVENT_MATCHER_H_ #define COMPONENTS_MUS_PUBLIC_CPP_EVENT_MATCHER_H_ -#include "ui/mojo/events/input_event_constants.mojom.h" -#include "ui/mojo/events/input_event_matcher.mojom.h" -#include "ui/mojo/events/input_key_codes.mojom.h" +#include "components/mus/public/interfaces/input_event_constants.mojom.h" +#include "components/mus/public/interfaces/input_event_matcher.mojom.h" +#include "components/mus/public/interfaces/input_key_codes.mojom.h" namespace mus { |