Index: ui/aura/window_event_dispatcher.h |
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h |
index 53dfdba84e38cc4ff3f6a1963c384f24abc8e86c..b4cfb13ea8c1209e5073ef03078b9920fe0d206c 100644 |
--- a/ui/aura/window_event_dispatcher.h |
+++ b/ui/aura/window_event_dispatcher.h |
@@ -27,24 +27,16 @@ |
#include "ui/gfx/geometry/point.h" |
#include "ui/gfx/native_widget_types.h" |
-namespace gfx { |
-class Size; |
-class Transform; |
-} |
- |
namespace ui { |
class GestureEvent; |
class GestureRecognizer; |
-class KeyEvent; |
class MouseEvent; |
-class ScrollEvent; |
class TouchEvent; |
} |
namespace aura { |
class TestScreen; |
class EnvInputStateController; |
-class WindowTargeter; |
class WindowTreeHost; |
namespace test { |