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 cb76c1f7483043e061091e1c1d217164e6141e3a..8327bf19acfe6c95746fe5bf92b628f4ada36efb 100644 |
--- a/ui/views/corewm/input_method_event_filter.h |
+++ b/ui/views/corewm/input_method_event_filter.h |
@@ -8,16 +8,13 @@ |
#include "base/compiler_specific.h" |
#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
-#include "ui/aura/window.h" |
#include "ui/base/ime/input_method_delegate.h" |
#include "ui/events/event_handler.h" |
+#include "ui/gfx/native_widget_types.h" |
#include "ui/views/views_export.h" |
-namespace aura { |
-class WindowEventDispatcher; |
-} |
- |
namespace ui { |
+class EventProcessor; |
class InputMethod; |
} |
@@ -47,7 +44,7 @@ class VIEWS_EXPORT InputMethodEventFilter |
scoped_ptr<ui::InputMethod> input_method_; |
// The target dispatcher that will receive translated key events from the IME. |
- aura::WindowEventDispatcher* target_dispatcher_; |
+ ui::EventProcessor* target_dispatcher_; |
DISALLOW_COPY_AND_ASSIGN(InputMethodEventFilter); |
}; |