| Index: views/controls/button/checkbox.h
|
| diff --git a/views/controls/button/checkbox.h b/views/controls/button/checkbox.h
|
| index cc4a3e07661ff328156b3db7a4c2617e7b352005..c6565394caef3a464e2553d3f607de5a085a1640 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(bool enabled) OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| virtual std::string GetClassName() const OVERRIDE;
|
| virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE;
|
|
|