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

Unified Diff: net/socket/nss_ssl_util.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/socket/nss_ssl_util.cc
diff --git a/net/socket/nss_ssl_util.cc b/net/socket/nss_ssl_util.cc
index fc94004c098caaaa67067f835aae1396ac0217e4..03e81a6825457faf6085c174971c892bf761fa75 100644
--- a/net/socket/nss_ssl_util.cc
+++ b/net/socket/nss_ssl_util.cc
@@ -250,6 +250,8 @@ class SSLFailedNSSFunctionParams : public NetLog::EventParameters {
}
private:
+ virtual ~SSLFailedNSSFunctionParams() {}
+
const std::string function_;
const std::string param_;
const PRErrorCode ssl_lib_error_;

Powered by Google App Engine
This is Rietveld 408576698