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

Unified Diff: net/base/filter.cc

Issue 6639002: Put Filter into namespace net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More copyright updates Created 9 years, 9 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/filter.h ('k') | net/base/filter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/base/filter.h ('k') | net/base/filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698