From 5c458e1a5d1bb1b48ad8a60e4e3c541467ba5a20 Mon Sep 17 00:00:00 2001 From: "mirandac@chromium.org" Date: Thu, 3 Mar 2011 21:24:48 +0000 Subject: Fix Clang errors in profile_menu_model and menu_2. BUG=none TEST=Clang bots are happy. Review URL: http://codereview.chromium.org/6613028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76808 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/menu/menu_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/controls/menu/menu_2.h') diff --git a/views/controls/menu/menu_2.h b/views/controls/menu/menu_2.h index 8916b7c..7204120 100644 --- a/views/controls/menu/menu_2.h +++ b/views/controls/menu/menu_2.h @@ -33,7 +33,7 @@ class Menu2 { // MyClass : menu_(this) {} // is likely to have problems. explicit Menu2(ui::MenuModel* model); - virtual ~Menu2() {} + virtual ~Menu2(); // How the menu is aligned relative to the point it is shown at. // The alignment is reversed by menu if text direction is right to left. -- cgit v1.1