Index: ui/views/controls/button/button.h |
diff --git a/ui/views/controls/button/button.h b/ui/views/controls/button/button.h |
index 37d639dd6a842cef74832b1dd7bb313871d840d5..6347a437e122e33daab2e488ea13292f7f220c60 100644 |
--- a/ui/views/controls/button/button.h |
+++ b/ui/views/controls/button/button.h |
@@ -57,8 +57,8 @@ class VIEWS_EXPORT Button : public View { |
// Overridden from View: |
virtual bool GetTooltipText(const gfx::Point& p, |
- base::string16* tooltip) const OVERRIDE; |
- virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE; |
+ base::string16* tooltip) const override; |
+ virtual void GetAccessibleState(ui::AXViewState* state) override; |
protected: |
// Construct the Button with a Listener. The listener can be NULL. This can be |