| Index: views/controls/menu/menu_model_adapter.h
|
| diff --git a/views/controls/menu/menu_model_adapter.h b/views/controls/menu/menu_model_adapter.h
|
| index 7cef8f835e201caae19d67b6194a3c190047eb89..81cfa157d5fbaaab1d1ac62ce355ced3a7de120b 100644
|
| --- a/views/controls/menu/menu_model_adapter.h
|
| +++ b/views/controls/menu/menu_model_adapter.h
|
| @@ -25,6 +25,7 @@ class MenuModelAdapter : public MenuDelegate {
|
| // must ensure it exists for the lifetime of the adapter. The
|
| // base_id argument is the command id for the first menu item.
|
| explicit MenuModelAdapter(ui::MenuModel* menu_model);
|
| + virtual ~MenuModelAdapter();
|
|
|
| // Populate a MenuItemView menu with the ui::MenuModel items
|
| // (including submenus).
|
|
|