Index: ui/gfx/rect.h |
diff --git a/ui/gfx/rect.h b/ui/gfx/rect.h |
index 804754b7261e1df1621c3317814847b3c73a6a9a..d1ffb70b12c9f392fa092d5f9f6525ef66310563 100644 |
--- a/ui/gfx/rect.h |
+++ b/ui/gfx/rect.h |
@@ -44,7 +44,7 @@ class UI_EXPORT Rect : public RectBase<Rect, Point, Size, Insets, int> { |
explicit Rect(const gfx::Size& size); |
Rect(const gfx::Point& origin, const gfx::Size& size); |
- virtual ~Rect(); |
+ ~Rect(); |
#if defined(OS_WIN) |
Rect& operator=(const RECT& r); |