diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/widget/aero_tooltip_manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/widget/aero_tooltip_manager.h b/views/widget/aero_tooltip_manager.h index c81991c..dda3376 100644 --- a/views/widget/aero_tooltip_manager.h +++ b/views/widget/aero_tooltip_manager.h @@ -45,6 +45,10 @@ class AeroTooltipManager : public TooltipManagerWin { void Execute(); private: + friend class base::RefCounted<InitialTimer>; + + ~InitialTimer() {} + AeroTooltipManager* manager_; }; |