| Index: content/common/input/synthetic_pinch_gesture_params.h
|
| diff --git a/content/common/input/synthetic_pinch_gesture_params.h b/content/common/input/synthetic_pinch_gesture_params.h
|
| index 393b0cc1c681710d48a842d6e4030cfd082aee55..ad14d1ba3828ec88b5eb255793516a33ea230378 100644
|
| --- a/content/common/input/synthetic_pinch_gesture_params.h
|
| +++ b/content/common/input/synthetic_pinch_gesture_params.h
|
| @@ -19,7 +19,7 @@ struct CONTENT_EXPORT SyntheticPinchGestureParams
|
| const SyntheticPinchGestureParams& other);
|
| virtual ~SyntheticPinchGestureParams();
|
|
|
| - virtual GestureType GetGestureType() const OVERRIDE;
|
| + virtual GestureType GetGestureType() const override;
|
|
|
| float scale_factor;
|
| gfx::Point anchor;
|
|
|