| Index: net/base/sdch_filter.cc
|
| diff --git a/net/base/sdch_filter.cc b/net/base/sdch_filter.cc
|
| index 6728601b41ede4dae64d21ec88e35d4b4d636a9f..89891b66f4951f89c3d3b3b4f4a3f6e835707eeb 100644
|
| --- a/net/base/sdch_filter.cc
|
| +++ b/net/base/sdch_filter.cc
|
| @@ -19,7 +19,6 @@ namespace net {
|
| SdchFilter::SdchFilter(const FilterContext& filter_context)
|
| : filter_context_(filter_context),
|
| decoding_status_(DECODING_UNINITIALIZED),
|
| - vcdiff_streaming_decoder_(NULL),
|
| dictionary_hash_(),
|
| dictionary_hash_is_plausible_(false),
|
| dictionary_(NULL),
|
|
|