Index: ash/wm/wm_event.h |
diff --git a/ash/wm/wm_event.h b/ash/wm/wm_event.h |
index ad64a21196a8ae0a6782984df6cc065b470afa3f..bcb00e3c880a64dccabae5ea97a5ba5b70b19396 100644 |
--- a/ash/wm/wm_event.h |
+++ b/ash/wm/wm_event.h |
@@ -105,7 +105,7 @@ class ASH_EXPORT WMEvent { |
class SetBoundsEvent : public WMEvent { |
public: |
SetBoundsEvent(WMEventType type, const gfx::Rect& requested_bounds); |
- virtual ~SetBoundsEvent(); |
+ ~SetBoundsEvent() override; |
const gfx::Rect& requested_bounds() const { return requested_bounds_; } |