| Index: chrome/browser/gtk/info_bubble_gtk.h
|
| diff --git a/chrome/browser/gtk/info_bubble_gtk.h b/chrome/browser/gtk/info_bubble_gtk.h
|
| index eb88724d0911bbca07414e1a4a1e133034147acc..137b3950a3fceeeca27ad571634ef30a0c51bb9c 100644
|
| --- a/chrome/browser/gtk/info_bubble_gtk.h
|
| +++ b/chrome/browser/gtk/info_bubble_gtk.h
|
| @@ -34,9 +34,6 @@ class InfoBubbleGtkDelegate {
|
|
|
| // NOTE: The Views interface has CloseOnEscape, except I can't find a place
|
| // where it ever returns false, so we always allow you to close via escape.
|
| -
|
| - protected:
|
| - ~InfoBubbleGtkDelegate() {}
|
| };
|
|
|
| class InfoBubbleGtk : public NotificationObserver {
|
|
|