summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/tabs/base_tab.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/tabs/base_tab.h')
-rw-r--r--chrome/browser/views/tabs/base_tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/tabs/base_tab.h b/chrome/browser/views/tabs/base_tab.h
index 0cc56c4..78c2d94 100644
--- a/chrome/browser/views/tabs/base_tab.h
+++ b/chrome/browser/views/tabs/base_tab.h
@@ -33,7 +33,7 @@ class BaseTab : public AnimationDelegate,
public views::View {
public:
explicit BaseTab(TabController* controller);
- ~BaseTab();
+ virtual ~BaseTab();
// Sets the data this tabs displays. Invokes DataChanged for subclasses to
// update themselves appropriately.