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

Unified Diff: net/base/net_log.cc

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 | « net/base/net_log.h ('k') | net/base/x509_certificate_net_log_param.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log.cc
diff --git a/net/base/net_log.cc b/net/base/net_log.cc
index 0b239078072c55c8aedd7e409767fb59512c8e06..0f0b719de2602608f55e96960cbc648f6f3d72d0 100644
--- a/net/base/net_log.cc
+++ b/net/base/net_log.cc
@@ -23,6 +23,9 @@ class NetLogBytesTransferredParameter : public NetLog::EventParameters {
virtual Value* ToValue() const;
+ protected:
+ virtual ~NetLogBytesTransferredParameter() {}
+
private:
const int byte_count_;
std::string hex_encoded_bytes_;
« no previous file with comments | « net/base/net_log.h ('k') | net/base/x509_certificate_net_log_param.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698