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

Unified Diff: net/proxy/sync_host_resolver_bridge.cc

Issue 10066045: RefCounted types should not have public destructors, net/ (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: net/proxy/sync_host_resolver_bridge.cc
diff --git a/net/proxy/sync_host_resolver_bridge.cc b/net/proxy/sync_host_resolver_bridge.cc
index a0261aa7f4b8143dc78539670e3939b3cf9d2d43..9f5552459541e1f2623766efb964c3ff8095afee 100644
--- a/net/proxy/sync_host_resolver_bridge.cc
+++ b/net/proxy/sync_host_resolver_bridge.cc
@@ -37,6 +37,7 @@ class SyncHostResolverBridge::Core
private:
friend class base::RefCountedThreadSafe<SyncHostResolverBridge::Core>;
+ ~Core() {}
bool HasShutdownLocked() const {
return has_shutdown_;

Powered by Google App Engine
This is Rietveld 408576698