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

Unified Diff: net/base/filter.cc

Issue 16434016: Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | net/base/sdch_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/filter.cc
diff --git a/net/base/filter.cc b/net/base/filter.cc
index e4dbefdd0970d7396a42c9654c2fd97fcd495c1d..36d301426f9c6b387b86b403311af656bf58864e 100644
--- a/net/base/filter.cc
+++ b/net/base/filter.cc
@@ -322,9 +322,7 @@ Filter::Filter()
stream_buffer_size_(0),
next_stream_data_(NULL),
stream_data_len_(0),
- next_filter_(NULL),
- last_status_(FILTER_NEED_MORE_DATA) {
-}
+ last_status_(FILTER_NEED_MORE_DATA) {}
Filter::FilterStatus Filter::CopyOut(char* dest_buffer, int* dest_len) {
int out_len;
« no previous file with comments | « no previous file | net/base/sdch_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698