| Index: net/dns/fuzzed_host_resolver.h
|
| diff --git a/net/dns/fuzzed_host_resolver.h b/net/dns/fuzzed_host_resolver.h
|
| index 4a3028581e686fd3e08c5af4d80a969252022c89..cc14578be32e05d3d053eab4f1598b0d6b7c5472 100644
|
| --- a/net/dns/fuzzed_host_resolver.h
|
| +++ b/net/dns/fuzzed_host_resolver.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_DNS_FUZZED_HOST_RESOLVER_
|
| -#define NET_DNS_FUZZED_HOST_RESOLVER_
|
| +#ifndef NET_DNS_FUZZED_HOST_RESOLVER_H_
|
| +#define NET_DNS_FUZZED_HOST_RESOLVER_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -78,4 +78,4 @@ class FuzzedHostResolver : public HostResolverImpl {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_DNS_FUZZED_HOST_RESOLVER_
|
| +#endif // NET_DNS_FUZZED_HOST_RESOLVER_H_
|
|
|