Index: chrome/browser/ui/gtk/custom_button.h |
diff --git a/chrome/browser/ui/gtk/custom_button.h b/chrome/browser/ui/gtk/custom_button.h |
index eb0dbe806127ddcd2d5fb01f66275946240208e8..6bb3c1f6dc449f22693707420161443824df6e82 100644 |
--- a/chrome/browser/ui/gtk/custom_button.h |
+++ b/chrome/browser/ui/gtk/custom_button.h |
@@ -38,7 +38,7 @@ class CustomDrawButtonBase : public NotificationObserver { |
int hover_id, |
int disabled_id); |
- ~CustomDrawButtonBase(); |
+ virtual ~CustomDrawButtonBase(); |
// Flip the image horizontally. Not to be used for RTL/LTR reasons. (In RTL |
// mode, this will unflip the image.) |
@@ -154,7 +154,7 @@ class CustomDrawButton : public NotificationObserver { |
int disabled_id, |
GtkWidget* native_widget); |
- ~CustomDrawButton(); |
+ virtual ~CustomDrawButton(); |
void Init(); |