diff options
Diffstat (limited to 'chrome/browser/ui/views/tabs/tab_strip.h')
-rw-r--r-- | chrome/browser/ui/views/tabs/tab_strip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h index a8153da..c33cba7 100644 --- a/chrome/browser/ui/views/tabs/tab_strip.h +++ b/chrome/browser/ui/views/tabs/tab_strip.h @@ -664,7 +664,7 @@ class TabStrip : public views::View, // Timer used when a tab is closed and we need to relayout. Only used when a // tab close comes from a touch device. - base::OneShotTimer<TabStrip> resize_layout_timer_; + base::OneShotTimer resize_layout_timer_; // True if tabs are painted as rectangular light-bars. bool immersive_style_; |