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

Unified Diff: chrome/browser/ui/gtk/avatar_menu_item_gtk.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 11 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
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,

Powered by Google App Engine
This is Rietveld 408576698