| Index: ui/wm/core/compound_event_filter_unittest.cc
|
| diff --git a/ui/wm/core/compound_event_filter_unittest.cc b/ui/wm/core/compound_event_filter_unittest.cc
|
| index 9cc9b60b1c7cb177d2a6be37365407dd392da8b0..e8b49489c4d0f8775751a3343b861b9af05df80a 100644
|
| --- a/ui/wm/core/compound_event_filter_unittest.cc
|
| +++ b/ui/wm/core/compound_event_filter_unittest.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "ui/aura/client/cursor_client.h"
|
| #include "ui/aura/env.h"
|
| -#include "ui/aura/test/aura_test_base.h"
|
| #include "ui/aura/test/event_generator.h"
|
| #include "ui/aura/test/test_cursor_client.h"
|
| #include "ui/aura/test/test_windows.h"
|
| @@ -15,6 +14,7 @@
|
| #include "ui/events/event.h"
|
| #include "ui/events/event_utils.h"
|
| #include "ui/wm/public/activation_client.h"
|
| +#include "ui/wm/test/wm_test_base.h"
|
|
|
| namespace {
|
|
|
| @@ -47,7 +47,7 @@ class ConsumeGestureEventFilter : public ui::EventHandler {
|
|
|
| } // namespace
|
|
|
| -typedef aura::test::AuraTestBase CompoundEventFilterTest;
|
| +typedef WMTestBase CompoundEventFilterTest;
|
|
|
| #if defined(OS_CHROMEOS)
|
| // A keypress only hides the cursor on ChromeOS (crbug.com/304296).
|
|
|