| Index: net/base/filter.cc
|
| diff --git a/net/base/filter.cc b/net/base/filter.cc
|
| index b229c4598b781a1b315ade41ee95729ed7d4a9bd..e39547b5f67716d3cce32e6cc5c8e81465f1b640 100644
|
| --- a/net/base/filter.cc
|
| +++ b/net/base/filter.cc
|
| @@ -39,6 +39,8 @@ const int kFilterBufSize = 32 * 1024;
|
|
|
| } // namespace
|
|
|
| +namespace net {
|
| +
|
| FilterContext::~FilterContext() {
|
| }
|
|
|
| @@ -400,3 +402,5 @@ void Filter::PushDataIntoNextFilter() {
|
| if (FILTER_ERROR != last_status_)
|
| next_filter_->FlushStreamBuffer(next_size);
|
| }
|
| +
|
| +} // namespace net
|
|
|