Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: views/widget/aero_tooltip_manager.h

Issue 360042: First patch in making destructors of refcounted objects private. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« media/base/factory.h ('K') | « skia/ext/bitmap_platform_device_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/aero_tooltip_manager.h
===================================================================
--- views/widget/aero_tooltip_manager.h (revision 30973)
+++ views/widget/aero_tooltip_manager.h (working copy)
@@ -45,6 +45,10 @@
void Execute();
private:
+ friend class base::RefCounted<InitialTimer>;
+
+ ~InitialTimer() {}
+
AeroTooltipManager* manager_;
};
« media/base/factory.h ('K') | « skia/ext/bitmap_platform_device_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698