| Index: chrome/browser/ui/website_settings/permission_menu_model.h
 | 
| diff --git a/chrome/browser/ui/website_settings/permission_menu_model.h b/chrome/browser/ui/website_settings/permission_menu_model.h
 | 
| index 162f127bf9137f93f2a46b6026f67d8c55c40e67..0abe7a26edf7f6c4712b9b63d58a5bf3e0fd951d 100644
 | 
| --- a/chrome/browser/ui/website_settings/permission_menu_model.h
 | 
| +++ b/chrome/browser/ui/website_settings/permission_menu_model.h
 | 
| @@ -21,8 +21,6 @@ class PermissionMenuModel : public ui::SimpleMenuModel,
 | 
|  
 | 
|    class Delegate {
 | 
|     public:
 | 
| -    virtual ~Delegate() { }
 | 
| -
 | 
|      // Executes the command with the given |command_id|.
 | 
|      virtual void ExecuteCommand(int command_id) = 0;
 | 
|      // Returns true if the command with the given |command_id| should be
 | 
| 
 |