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

Unified Diff: net/base/zap.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
« no previous file with comments | « net/base/zap.h ('k') | net/cert/cert_verify_proc_whitelist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/zap.cc
diff --git a/net/base/zap.cc b/net/base/zap.cc
index 6bc2d350129c462b728be2cd27c492fe1d48a318..81054e641bd614b92df22c0224be92868df65f19 100644
--- a/net/base/zap.cc
+++ b/net/base/zap.cc
@@ -22,4 +22,4 @@ void ZapString(base::string16* s) {
ZapBuf(&(*s)[0], s->length() * sizeof(base::char16));
}
-} // net
+} // namespace net
« no previous file with comments | « net/base/zap.h ('k') | net/cert/cert_verify_proc_whitelist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698