| Index: net/filter/sdch_filter.h
|
| diff --git a/net/filter/sdch_filter.h b/net/filter/sdch_filter.h
|
| index a1a6607ad9293a447303bac885cee9fb776ac533..bc7788c3b09b8aac656ac48335592760c41ec645 100644
|
| --- a/net/filter/sdch_filter.h
|
| +++ b/net/filter/sdch_filter.h
|
| @@ -54,7 +54,7 @@ class NET_EXPORT_PRIVATE SdchFilter : public Filter {
|
| };
|
|
|
| // Only to be instantiated by Filter::Factory.
|
| - explicit SdchFilter(const FilterContext& filter_context);
|
| + SdchFilter(FilterType type, const FilterContext& filter_context);
|
| friend class Filter;
|
|
|
| // Identify the suggested dictionary, and initialize underlying decompressor.
|
|
|