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

Unified Diff: net/base/address_list_net_log_param.h

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/base/address_list_net_log_param.h
diff --git a/net/base/address_list_net_log_param.h b/net/base/address_list_net_log_param.h
index b33fee17f55eeec8f3045876347f4d72deb9ef14..f8b8f883e2087d50524b9b20b111d518ab160a8b 100644
--- a/net/base/address_list_net_log_param.h
+++ b/net/base/address_list_net_log_param.h
@@ -21,6 +21,8 @@ class AddressListNetLogParam : public NetLog::EventParameters {
virtual base::Value* ToValue() const OVERRIDE;
private:
+ virtual ~AddressListNetLogParam() {}
wtc 2012/04/17 23:16:18 It is not obvious why this class needs to have a p
Ryan Sleevi 2012/04/17 23:42:42 No. It will not. And several recent bugs show that
+
AddressList address_list_;
};
« no previous file with comments | « no previous file | net/base/default_server_bound_cert_store.h » ('j') | net/base/default_server_bound_cert_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698