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

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: 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/default_server_bound_cert_store_unittest.cc ('k') | net/base/file_stream_net_log_parameters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a1630b8dec49b2b86407ee5f65e2998ad881af89 100644
--- a/net/base/file_stream_net_log_parameters.h
+++ b/net/base/file_stream_net_log_parameters.h
@@ -23,6 +23,9 @@ class FileStreamErrorParameters : public net::NetLog::EventParameters {
net::Error net_error);
virtual base::Value* ToValue() const OVERRIDE;
+ protected:
+ virtual ~FileStreamErrorParameters();
+
private:
std::string operation_;
int os_error_;
« no previous file with comments | « net/base/default_server_bound_cert_store_unittest.cc ('k') | net/base/file_stream_net_log_parameters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698