Index: ash/touch/touch_uma.cc |
diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc |
index 3acd93d3a542a0ab9ffef2fa02601c4bf18e0cf1..ca2a8263baff687c3171970288bd5143ec0105b5 100644 |
--- a/ash/touch/touch_uma.cc |
+++ b/ash/touch/touch_uma.cc |
@@ -256,7 +256,7 @@ void TouchUMA::RecordGestureEvent(aura::Window* target, |
} |
void TouchUMA::RecordTouchEvent(aura::Window* target, |
- const ui::TouchEventImpl& event) { |
+ const ui::TouchEvent& event) { |
UMA_HISTOGRAM_CUSTOM_COUNTS("Ash.TouchRadius", |
static_cast<int>(std::max(event.radius_x(), event.radius_y())), |
1, 500, 100); |