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

Unified Diff: net/base/file_stream_net_log_parameters.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/file_stream_net_log_parameters.h
diff --git a/net/base/file_stream_net_log_parameters.h b/net/base/file_stream_net_log_parameters.h
index 92689ab70fe529be5a6258cb7703aacd7cd6a107..bcbc1cd930cff603e9412b90b52e29e828dff1de 100644
--- a/net/base/file_stream_net_log_parameters.h
+++ b/net/base/file_stream_net_log_parameters.h
@@ -24,6 +24,8 @@ class FileStreamErrorParameters : public net::NetLog::EventParameters {
virtual base::Value* ToValue() const OVERRIDE;
private:
+ virtual ~FileStreamErrorParameters();
+
std::string operation_;
int os_error_;
net::Error net_error_;

Powered by Google App Engine
This is Rietveld 408576698