Chromium Code Reviews| 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; |