Index: views/controls/label.h |
diff --git a/views/controls/label.h b/views/controls/label.h |
index c1ccb52cd56a97affa2c7c686f43e6791015b0ea..2c3060d4ef3f7974c0754eb980d6a2c0a1cce71e 100644 |
--- a/views/controls/label.h |
+++ b/views/controls/label.h |
@@ -161,7 +161,7 @@ class Label : public View { |
// GetPreferredSize().height() if the receiver is not multi-line. |
virtual int GetHeightForWidth(int w); |
// Sets the enabled state. Setting the enabled state resets the color. |
- virtual void SetEnabled(bool enabled) OVERRIDE; |
+ virtual void OnEnabledChanged() OVERRIDE; |
virtual std::string GetClassName() const OVERRIDE; |
// Mouse enter/exit are overridden to render mouse over background color. |
// These invoke SetContainsMouse as necessary. |