| Index: views/controls/button/checkbox.h
|
| diff --git a/views/controls/button/checkbox.h b/views/controls/button/checkbox.h
|
| index cc4a3e07661ff328156b3db7a4c2617e7b352005..430e558cbd2e8e1fd7017f42bd4e798103ee58fd 100644
|
| --- a/views/controls/button/checkbox.h
|
| +++ b/views/controls/button/checkbox.h
|
| @@ -45,7 +45,7 @@ class Checkbox : public NativeButtonBase {
|
| // Overridden from View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual int GetHeightForWidth(int w) OVERRIDE;
|
| - virtual void SetEnabled(bool enabled) OVERRIDE;
|
| + virtual void OnEnabledChanged() OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE;
|
|
|