| Index: ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| diff --git a/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc b/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| index a5471f73cfff8ceb3b52875727d3fb9674e3b534..c7e744a2eafafb413b85b319308539ed199413cf 100644
|
| --- a/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| +++ b/ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc
|
| @@ -5,8 +5,10 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "ui/events/gesture_detection/mock_motion_event.h"
|
| #include "ui/events/gesture_detection/touch_disposition_gesture_filter.h"
|
| +#include "ui/events/test/mock_motion_event.h"
|
| +
|
| +using ui::test::MockMotionEvent;
|
|
|
| namespace ui {
|
|
|
|
|