Index: ui/aura/event.h |
diff --git a/ui/aura/event.h b/ui/aura/event.h |
index da2788524d0154170086c79819dd470c7e8d14d0..14b40d6da464b052f5250f6f1b2e2c8440b0d1b6 100644 |
--- a/ui/aura/event.h |
+++ b/ui/aura/event.h |
@@ -363,7 +363,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); |