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

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: Deprecated cookiestore fix 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 | « no previous file | net/base/default_server_bound_cert_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f05b28401304403602d44b44fc7a8fb2031f63ef 100644
--- a/net/base/address_list_net_log_param.h
+++ b/net/base/address_list_net_log_param.h
@@ -20,6 +20,9 @@ class AddressListNetLogParam : public NetLog::EventParameters {
virtual base::Value* ToValue() const OVERRIDE;
+ protected:
+ virtual ~AddressListNetLogParam() {}
+
private:
AddressList address_list_;
};
« no previous file with comments | « no previous file | net/base/default_server_bound_cert_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698