Index: ui/base/gestures/velocity_calculator.h |
diff --git a/ui/base/gestures/velocity_calculator.h b/ui/base/gestures/velocity_calculator.h |
index a6d7919a2ed3ceff27ee2fdf8ebb04471b18f569..2adfaf060ea425e7d1d63b9c12d0dbd654fba8c6 100644 |
--- a/ui/base/gestures/velocity_calculator.h |
+++ b/ui/base/gestures/velocity_calculator.h |
@@ -32,7 +32,7 @@ class UI_EXPORT VelocityCalculator { |
void UpdateVelocity(); |
- typedef scoped_array<Point> HistoryBuffer; |
+ typedef scoped_ptr<Point[]> HistoryBuffer; |
HistoryBuffer buffer_; |
// index_ points directly after the last point added. |