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

Unified Diff: net/test/embedded_test_server/default_handlers.cc

Issue 2901103002: Fix closing namespace comments in //net. (Closed)
Patch Set: Rebase. Created 3 years, 7 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
Index: net/test/embedded_test_server/default_handlers.cc
diff --git a/net/test/embedded_test_server/default_handlers.cc b/net/test/embedded_test_server/default_handlers.cc
index 4419d16b7d6dce644cbee0117a39875b6152524d..4be6b5dc1f78e363195c0c7d3fb74b809236d4bd 100644
--- a/net/test/embedded_test_server/default_handlers.cc
+++ b/net/test/embedded_test_server/default_handlers.cc
@@ -617,7 +617,7 @@ std::unique_ptr<HttpResponse> HandleHungResponse(const HttpRequest& request) {
return base::MakeUnique<HungHttpResponse>();
}
-} // namespace anonymous
+} // anonymous namespace
#define PREFIXED_HANDLER(prefix, handler) \
base::Bind(&HandlePrefixedRequest, prefix, base::Bind(handler))
« no previous file with comments | « net/ssl/threaded_ssl_private_key.cc ('k') | net/test/embedded_test_server/embedded_test_server_connection_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698