| Index: net/base/filter.h
|
| diff --git a/net/base/filter.h b/net/base/filter.h
|
| index d00a351cad7215f8edab762c154837787ce135f1..c6004e9d754385c96e419dd5fffc9d76947e68bb 100644
|
| --- a/net/base/filter.h
|
| +++ b/net/base/filter.h
|
| @@ -199,9 +199,10 @@ class Filter {
|
| std::vector<FilterType>* encoding_types);
|
|
|
| protected:
|
| + FRIEND_TEST_ALL_PREFIXES(SdchFilterTest, ContentTypeId);
|
| +
|
| explicit Filter(const FilterContext& filter_context);
|
|
|
| - FRIEND_TEST_ALL_PREFIXES(SdchFilterTest, ContentTypeId);
|
| // Filters the data stored in stream_buffer_ and writes the output into the
|
| // dest_buffer passed in.
|
| //
|
|
|