Index: ui/aura/window_delegate.h |
diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h |
index 90e978a39c2e103900cb07dc9c04d2a536fec7da..a7a4083b85f6127d5f0c295f403a1ef9addf8d4e 100644 |
--- a/ui/aura/window_delegate.h |
+++ b/ui/aura/window_delegate.h |
@@ -101,7 +101,7 @@ class AURA_EXPORT WindowDelegate : public ui::EventHandler { |
virtual void GetHitTestMask(gfx::Path* mask) const = 0; |
protected: |
- virtual ~WindowDelegate() {} |
+ ~WindowDelegate() override {} |
}; |
} // namespace aura |