Index: ui/aura/event.h |
diff --git a/ui/aura/event.h b/ui/aura/event.h |
index f04e39e311bc0f7cceddec733e264aa13be0f3c5..e9cc7e841ed7dfcb2028b3712066ff13d3eb5d34 100644 |
--- a/ui/aura/event.h |
+++ b/ui/aura/event.h |
@@ -371,7 +371,7 @@ class AURA_EXPORT GestureEvent : public LocatedEvent, |
float delta_y, |
unsigned int touch_ids_bitfield); |
- // Create a new TouchEvent which is identical to the provided model. |
+ // Create a new GestureEvent which is identical to the provided model. |
// If source / target windows are provided, the model location will be |
// converted from |source| coordinate system to |target| coordinate system. |
GestureEvent(const GestureEvent& model, Window* source, Window* target); |