| 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..5b05e7ca115eed6b1005acba0dd45d8bde18ef3a 100644
|
| --- a/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
|
| +++ b/chrome/browser/ui/gtk/avatar_menu_item_gtk.h
|
| @@ -24,6 +24,8 @@ class AvatarMenuItemGtk : public content::NotificationObserver {
|
| // Delegates opening or editing a profile.
|
| class Delegate {
|
| public:
|
| + virtual ~Delegate() { }
|
| +
|
| // Open a new browser window using the profile at |profile_index|.
|
| virtual void OpenProfile(size_t profile_index) = 0;
|
|
|
|
|