| 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 9b350b5498e9b82c542f0e830a4502306bd9a938..1fa5edcf79fa3ab7f82f8da7b24b0273ce334790 100644
|
| --- a/ui/events/gesture_detection/velocity_tracker_unittest.cc
|
| +++ b/ui/events/gesture_detection/velocity_tracker_unittest.cc
|
| @@ -43,7 +43,7 @@ const char* GetStrategyName(VelocityTracker::Strategy strategy) {
|
| class VelocityTrackerTest : public testing::Test {
|
| public:
|
| VelocityTrackerTest() {}
|
| - virtual ~VelocityTrackerTest() {}
|
| + ~VelocityTrackerTest() override {}
|
|
|
| protected:
|
| static MockMotionEvent Sample(MotionEvent::Action action,
|
|
|