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

Unified Diff: net/socket/fuzzed_socket.h

Issue 1946793002: net: Add fuzzer for HostResolverImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove port 0 check Created 4 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/dns/host_resolver_impl_fuzzer.cc ('k') | net/socket/fuzzed_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/fuzzed_socket.h
diff --git a/net/socket/fuzzed_socket.h b/net/socket/fuzzed_socket.h
index dd57f2e9f05a270ccacb541982e7fbd4190ed3ed..90325547e7bf2be7b5d2b7b82c7e764b2225048d 100644
--- a/net/socket/fuzzed_socket.h
+++ b/net/socket/fuzzed_socket.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_SOCKET_FUZZED_SOCKET_H
-#define NET_SOCKET_FUZZED_SOCKET_H
+#ifndef NET_SOCKET_FUZZED_SOCKET_H_
+#define NET_SOCKET_FUZZED_SOCKET_H_
#include <stdint.h>
@@ -126,4 +126,4 @@ class FuzzedSocket : public StreamSocket {
} // namespace net
-#endif // NET_SOCKET_FUZZED_SOCKET_H
+#endif // NET_SOCKET_FUZZED_SOCKET_H_
« no previous file with comments | « net/dns/host_resolver_impl_fuzzer.cc ('k') | net/socket/fuzzed_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698