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

Unified Diff: net/tools/dns_fuzz_stub/dns_fuzz_stub.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/tools/dns_fuzz_stub/dns_fuzz_stub.cc
diff --git a/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc b/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
index 5a89bf072355ed293ef782aacac2fcca24f71eb2..ff1f3421410d9c19c3c7c8f9e0411db9a24c4c9b 100644
--- a/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
+++ b/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
@@ -203,7 +203,7 @@ bool ReadAndRunTestCase(const char* filename) {
return true;
}
-}
+} // anonymous namespace
int main(int argc, char** argv) {
int ret = 0;

Powered by Google App Engine
This is Rietveld 408576698