Chromium Code Reviews| Index: views/controls/button/button.h |
| =================================================================== |
| --- views/controls/button/button.h (revision 53376) |
| +++ views/controls/button/button.h (working copy) |
| @@ -17,6 +17,9 @@ |
| class ButtonListener { |
| public: |
| virtual void ButtonPressed(Button* sender, const views::Event& event) = 0; |
| + |
| + protected: |
| + virtual ~ButtonListener() {} |
| }; |
| // A View representing a button. Depending on the specific type, the button |