Chromium Code Reviews| Index: net/base/filter.h |
| diff --git a/net/base/filter.h b/net/base/filter.h |
| index f00e95ece4ae55205a6c9836133ecf236230e635..476f5fafc2865d34a8f1acc31dabf1ca78beeaee 100644 |
| --- a/net/base/filter.h |
| +++ b/net/base/filter.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2006-2011 The Chromium Authors. All rights reserved. |
|
tfarina
2011/03/08 21:41:05
2006-2011 -> 2011
adamk
2011/03/08 21:53:10
Ok, done. Thanks for pointing this out, I now see
|
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // |
| @@ -42,9 +42,8 @@ |
| class GURL; |
| namespace net { |
| + |
| class IOBuffer; |
| -class SdchFilterChainingTest; |
| -} |
| //------------------------------------------------------------------------------ |
| // Define an interface class that allows access to contextual information |
| @@ -194,7 +193,7 @@ class Filter { |
| protected: |
| friend class GZipUnitTest; |
| - friend class net::SdchFilterChainingTest; |
| + friend class SdchFilterChainingTest; |
| explicit Filter(const FilterContext& filter_context); |
| @@ -267,4 +266,6 @@ class Filter { |
| DISALLOW_COPY_AND_ASSIGN(Filter); |
| }; |
| +} // namespace net |
| + |
| #endif // NET_BASE_FILTER_H__ |