Chromium Code Reviews| Index: ui/gfx/rect_f.h |
| diff --git a/ui/gfx/rect_f.h b/ui/gfx/rect_f.h |
| index bb6e8147acf9af678fea4b926551c36245e02ffc..1c921538f71fcc459dbc7a00e5234765dc9f7179 100644 |
| --- a/ui/gfx/rect_f.h |
| +++ b/ui/gfx/rect_f.h |
| @@ -30,7 +30,7 @@ class UI_EXPORT RectF : public RectBase<RectF, PointF, SizeF, InsetsF, float> { |
| explicit RectF(const gfx::SizeF& size); |
| RectF(const gfx::PointF& origin, const gfx::SizeF& size); |
| - virtual ~RectF(); |
| + ~RectF(); |
| Rect ToRect() const; |