| Index: views/controls/button/text_button.h
|
| diff --git a/views/controls/button/text_button.h b/views/controls/button/text_button.h
|
| index c878eb1eb3f99680f3c5d1c3201ff51cb47452ea..126c545e9287fc972de6fef9f9015108e98b2924 100644
|
| --- a/views/controls/button/text_button.h
|
| +++ b/views/controls/button/text_button.h
|
| @@ -188,7 +188,7 @@ class TextButtonBase : public CustomButton, public NativeThemeDelegate {
|
| // Overridden from View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual gfx::Size GetMinimumSize() OVERRIDE;
|
| - virtual void SetEnabled(bool enabled) OVERRIDE;
|
| + virtual void OnEnabledChanged() OVERRIDE;
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
|
|
| // Text colors.
|
|
|