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

Unified Diff: content/renderer/media/scoped_loop_observer.h

Issue 10383262: RefCounted types should not have public destructors, delegate cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make win bot happy Created 8 years, 6 months 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
« no previous file with comments | « content/public/renderer/render_view.h ('k') | content/renderer/pepper/pepper_parent_context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/scoped_loop_observer.h
diff --git a/content/renderer/media/scoped_loop_observer.h b/content/renderer/media/scoped_loop_observer.h
index 127d992cc65a4a4ce79700ccb6a9b68fa86be208..6819652165ce4c0049d1adea4ce849f564977ad5 100644
--- a/content/renderer/media/scoped_loop_observer.h
+++ b/content/renderer/media/scoped_loop_observer.h
@@ -24,9 +24,10 @@ class ScopedLoopObserver
: public MessageLoop::DestructionObserver {
public:
explicit ScopedLoopObserver(MessageLoop* message_loop);
- virtual ~ScopedLoopObserver();
protected:
+ virtual ~ScopedLoopObserver();
+
// Accessor to the loop that's used by the derived class.
base::MessageLoopProxy* message_loop() { return loop_; }
« no previous file with comments | « content/public/renderer/render_view.h ('k') | content/renderer/pepper/pepper_parent_context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698