| Index: ui/views/test/capture_tracking_view.h
|
| diff --git a/ui/views/test/capture_tracking_view.h b/ui/views/test/capture_tracking_view.h
|
| index fa914d1da8c3bf43ce37b2b29dafe7d8ae95d8f1..a80cab064dbe3f5bf99320fe59016dfc574d7292 100644
|
| --- a/ui/views/test/capture_tracking_view.h
|
| +++ b/ui/views/test/capture_tracking_view.h
|
| @@ -26,8 +26,8 @@ class CaptureTrackingView : public views::View {
|
| void reset() { got_press_ = got_capture_lost_ = false; }
|
|
|
| // Overridden from views::View
|
| - virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| - virtual void OnMouseCaptureLost() OVERRIDE;
|
| + virtual bool OnMousePressed(const ui::MouseEvent& event) override;
|
| + virtual void OnMouseCaptureLost() override;
|
|
|
| private:
|
| // See description above getters.
|
|
|