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 9b4505336dc92189611b1a776a7eb6043b44d779..c5cf15c567040061782b21475c4ae65d5edb0652 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, |