Index: ui/views/controls/button/label_button.h |
diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h |
index 2efd5b11f7d273e19eba4cdc95bbac37e5f4eee5..e867852db372450b6167de7d22d920f1f85f3109 100644 |
--- a/ui/views/controls/button/label_button.h |
+++ b/ui/views/controls/button/label_button.h |
@@ -38,7 +38,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton, |
// Get or set the text shown on the button. |
const base::string16& GetText() const; |
- virtual void SetText(const base::string16& text); |
+ void SetText(const base::string16& text); |
// Set the text color shown for the specified button state. |
void SetTextColor(ButtonState for_state, SkColor color); |