Chromium Code Reviews| Index: net/filter/gzip_filter.h |
| diff --git a/net/filter/gzip_filter.h b/net/filter/gzip_filter.h |
| index 597c2e7d4a28ee4ce9922eaf723982283ef5eb93..42dc3202509c7773d03646d1fa5d495826d6e8d4 100644 |
| --- a/net/filter/gzip_filter.h |
| +++ b/net/filter/gzip_filter.h |
| @@ -73,7 +73,7 @@ class GZipFilter : public Filter { |
| static const int kGZipFooterSize = 8; |
| // Only to be instantiated by Filter::Factory. |
| - GZipFilter(); |
| + GZipFilter(FilterType type); |
| friend class Filter; |
| // Parses and verifies the GZip header. |