| Index: chrome/browser/ui/gtk/tab_contents_container_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tab_contents_container_gtk.h b/chrome/browser/ui/gtk/tab_contents_container_gtk.h
|
| index b8826834f515a4af80c963afe0bc82967a4e2f89..4adcd040ccf7c262a61393a20590a430dbb4ae16 100644
|
| --- a/chrome/browser/ui/gtk/tab_contents_container_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tab_contents_container_gtk.h
|
| @@ -26,7 +26,7 @@ class TabContentsContainerGtk : public NotificationObserver,
|
| public ViewIDUtil::Delegate {
|
| public:
|
| explicit TabContentsContainerGtk(StatusBubbleGtk* status_bubble);
|
| - ~TabContentsContainerGtk();
|
| + virtual ~TabContentsContainerGtk();
|
|
|
| void Init();
|
|
|
|
|