Index: ui/gfx/point_base.h |
diff --git a/ui/gfx/point_base.h b/ui/gfx/point_base.h |
index 1568c5235a642a2119703fcbaac7372baaa63361..15d5b751b22c649b58c3673922b5edfc7fece544 100644 |
--- a/ui/gfx/point_base.h |
+++ b/ui/gfx/point_base.h |
@@ -80,7 +80,7 @@ class UI_EXPORT PointBase { |
protected: |
PointBase(Type x, Type y) : x_(x), y_(y) {} |
- virtual ~PointBase() {} |
+ ~PointBase() {} |
private: |
Type x_; |