| Index: views/controls/menu/simple_menu_model.h
|
| diff --git a/views/controls/menu/simple_menu_model.h b/views/controls/menu/simple_menu_model.h
|
| index 4671f3e1a3271b77c7e9b4dccf1e7c9d0cc99a52..2be2cbc0afc5df10580cd9ecdba0b04265c51d63 100644
|
| --- a/views/controls/menu/simple_menu_model.h
|
| +++ b/views/controls/menu/simple_menu_model.h
|
| @@ -44,9 +44,6 @@ class SimpleMenuModel : public Menu2Model {
|
|
|
| // Performs the action associated with the specified command id.
|
| virtual void ExecuteCommand(int command_id) = 0;
|
| -
|
| - protected:
|
| - ~Delegate() {}
|
| };
|
|
|
| // The Delegate can be NULL, though if it is items can't be checked or
|
|
|