Index: chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.h |
diff --git a/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.h b/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.h |
index 60b223ca869f77b444a29d5ecf85c2dacd6005e1..656ebb3292e64f00b24e2e0289b1dfa979bdfec1 100644 |
--- a/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.h |
+++ b/chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.h |
@@ -19,9 +19,7 @@ class BalloonViewHost : public BalloonHost { |
public: |
explicit BalloonViewHost(Balloon* balloon); |
- ~BalloonViewHost() { |
- Shutdown(); |
- } |
+ virtual ~BalloonViewHost(); |
// Changes the size of the balloon. |
void UpdateActualSize(const gfx::Size& new_size); |