Chromium Code Reviews| Index: ui/aura/test/aura_test_utils.h |
| diff --git a/ui/aura/test/aura_test_utils.h b/ui/aura/test/aura_test_utils.h |
| index ec94b3c3dbc6ca6931085eb4e249da1cdcd1327b..215c2304e35afeeb5a747de88406fa54d45edb9a 100644 |
| --- a/ui/aura/test/aura_test_utils.h |
| +++ b/ui/aura/test/aura_test_utils.h |
| @@ -7,6 +7,8 @@ |
| #include "base/macros.h" |
| +#include "ui/aura/window_event_dispatcher.h" |
| + |
|
sadrul
2015/02/07 17:25:34
nit: maybe use forward declarations instead (at le
tdresser
2015/02/09 15:23:38
Done.
|
| namespace gfx { |
| class Point; |
| } |
| @@ -17,6 +19,7 @@ class WindowTreeHost; |
| namespace test { |
| const gfx::Point& QueryLatestMousePositionRequestInHost(WindowTreeHost* host); |
| +void SetHostDispatcher(WindowTreeHost* host, WindowEventDispatcher* dispatcher); |
| } // namespace test |
| } // namespace aura |