| Index: ui/events/test/mock_motion_event.h
|
| diff --git a/ui/events/test/mock_motion_event.h b/ui/events/test/mock_motion_event.h
|
| index 9ae9a71980cdf9df6a5be3721b1c005f9007d425..5c34b71a365288deaa7604ffba44210a111e8dd7 100644
|
| --- a/ui/events/test/mock_motion_event.h
|
| +++ b/ui/events/test/mock_motion_event.h
|
| @@ -40,8 +40,8 @@ struct MockMotionEvent : public MotionEventGeneric {
|
| virtual ~MockMotionEvent();
|
|
|
| // MotionEvent methods.
|
| - virtual scoped_ptr<MotionEvent> Clone() const OVERRIDE;
|
| - virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
|
| + virtual scoped_ptr<MotionEvent> Clone() const override;
|
| + virtual scoped_ptr<MotionEvent> Cancel() const override;
|
|
|
| // Utility methods.
|
| void PressPoint(float x, float y);
|
|
|