| Index: ui/events/gesture_detection/velocity_tracker_unittest.cc
|
| diff --git a/ui/events/gesture_detection/velocity_tracker_unittest.cc b/ui/events/gesture_detection/velocity_tracker_unittest.cc
|
| index b8394c4a9b4a95c1c798a49ae51d7e4e173b2a4c..a8e2880d3e4bd99d2d32e30a30c768ee972d2494 100644
|
| --- a/ui/events/gesture_detection/velocity_tracker_unittest.cc
|
| +++ b/ui/events/gesture_detection/velocity_tracker_unittest.cc
|
| @@ -4,8 +4,9 @@
|
|
|
| #include <stddef.h>
|
|
|
| +#include <memory>
|
| +
|
| #include "base/logging.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/events/gesture_detection/velocity_tracker_state.h"
|
|
|