Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1287)

Unified Diff: views/controls/menu/menu_model_adapter.h

Issue 6987030: Fix MenuModelAdapter clang build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/controls/menu/menu_model_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « no previous file | views/controls/menu/menu_model_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698