| Index: ui/views/corewm/input_method_event_filter.h
|
| diff --git a/ui/views/corewm/input_method_event_filter.h b/ui/views/corewm/input_method_event_filter.h
|
| index 6f6e6b89c2dcd24ef1367f1680c54336eb4f9cbd..cb76c1f7483043e061091e1c1d217164e6141e3a 100644
|
| --- a/ui/views/corewm/input_method_event_filter.h
|
| +++ b/ui/views/corewm/input_method_event_filter.h
|
| @@ -13,6 +13,10 @@
|
| #include "ui/events/event_handler.h"
|
| #include "ui/views/views_export.h"
|
|
|
| +namespace aura {
|
| +class WindowEventDispatcher;
|
| +}
|
| +
|
| namespace ui {
|
| class InputMethod;
|
| }
|
|
|