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_; |
}; |