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

Unified Diff: ipc/ipc_sync_channel_unittest.cc

Issue 10008108: RefCounted types should not have public destructors, ipc/ edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
Index: ipc/ipc_sync_channel_unittest.cc
diff --git a/ipc/ipc_sync_channel_unittest.cc b/ipc/ipc_sync_channel_unittest.cc
index 0424b2fb17d667668d826c8b6ddf993334aa3ec0..7f0a7ab1b8c1b52a4e6a081bdb21b9e8fd76f059 100644
--- a/ipc/ipc_sync_channel_unittest.cc
+++ b/ipc/ipc_sync_channel_unittest.cc
@@ -1110,6 +1110,9 @@ class TestSyncMessageFilter : public SyncMessageFilter {
worker_->Done();
}
+ private:
+ virtual ~TestSyncMessageFilter() {}
+
Worker* worker_;
base::Thread thread_;
};

Powered by Google App Engine
This is Rietveld 408576698