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

Unified Diff: net/socket/fuzzed_socket_factory.h

Issue 1946793002: net: Add fuzzer for HostResolverImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge, fix build 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
Index: net/socket/fuzzed_socket_factory.h
diff --git a/net/socket/fuzzed_socket_factory.h b/net/socket/fuzzed_socket_factory.h
index 6b102ff8b8f1c2c3611fe120b5cb9ff0ee559a22..0f567adc8bc26dce119e0fc8be03d31218539cea 100644
--- a/net/socket/fuzzed_socket_factory.h
+++ b/net/socket/fuzzed_socket_factory.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_FACTORY_H
-#define NET_SOCKET_FUZZED_SOCKET_FACTORY_H
+#ifndef NET_SOCKET_FUZZED_SOCKET_FACTORY_H_
+#define NET_SOCKET_FUZZED_SOCKET_FACTORY_H_
#include <memory>
@@ -61,4 +61,4 @@ class FuzzedSocketFactory : public ClientSocketFactory {
} // namespace net
-#endif // NET_SOCKET_FUZZED_SOCKET_FACTORY_H
+#endif // NET_SOCKET_FUZZED_SOCKET_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698