| Index: chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h b/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| index 28d0d7a8322c84afe1f7b721a288d2f06fcd8123..c3d799e4e223abee9b105d072a06d964394495ae 100644
|
| --- a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| +++ b/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| @@ -11,7 +11,7 @@
|
| class StatusTrayGtk : public StatusTray {
|
| public:
|
| StatusTrayGtk();
|
| - ~StatusTrayGtk();
|
| + virtual ~StatusTrayGtk();
|
|
|
| protected:
|
| // Overriden from StatusTray:
|
|
|