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

Unified Diff: chrome/nacl/nacl_listener.h

Issue 10069051: RefCounted types should not have public destructors, chrome/nacl edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation ordering Created 8 years, 8 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 | « chrome/nacl/nacl_ipc_adapter.cc ('k') | chrome/nacl/nacl_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl/nacl_listener.h
diff --git a/chrome/nacl/nacl_listener.h b/chrome/nacl/nacl_listener.h
index d601e332eee35cbdf7e8c7bf75b6848a63da8069..cb4817fdd627c24fad5ea38bde03a54e9c11b5d6 100644
--- a/chrome/nacl/nacl_listener.h
+++ b/chrome/nacl/nacl_listener.h
@@ -39,7 +39,7 @@ class NaClListener : public IPC::Channel::Listener {
scoped_ptr<IPC::SyncChannel> channel_;
// A filter that allows other threads to use the channel.
- scoped_ptr<IPC::SyncMessageFilter> filter_;
+ scoped_refptr<IPC::SyncMessageFilter> filter_;
base::WaitableEvent shutdown_event_;
base::Thread io_thread_;
« no previous file with comments | « chrome/nacl/nacl_ipc_adapter.cc ('k') | chrome/nacl/nacl_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698