Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(877)

Unified Diff: net/base/filter.h

Issue 6314010: Even more reordering the methods in headers and implementation in net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/file_stream_posix.cc ('k') | net/base/filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
//
« no previous file with comments | « net/base/file_stream_posix.cc ('k') | net/base/filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698