| Index: chrome/browser/ui/gtk/avatar_menu_item_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/avatar_menu_item_gtk.h b/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
|
| index 5fe66557c05c00e402b64f38dbdc901fb166ad35..82ef811a58d7bcf553b990bb73718fa8270616b5 100644
|
| --- a/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
|
| +++ b/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
|
| @@ -29,6 +29,9 @@ class AvatarMenuItemGtk : public content::NotificationObserver {
|
|
|
| // Edit the profile given by |profile_index|.
|
| virtual void EditProfile(size_t profile_index) = 0;
|
| +
|
| + protected:
|
| + virtual ~Delegate() { }
|
| };
|
|
|
| AvatarMenuItemGtk(Delegate* delegate,
|
|
|