| Index: net/dns/mojo_host_type_converters.h
|
| diff --git a/net/dns/mojo_type_converters.h b/net/dns/mojo_host_type_converters.h
|
| similarity index 89%
|
| rename from net/dns/mojo_type_converters.h
|
| rename to net/dns/mojo_host_type_converters.h
|
| index 4e17a69c21b24757aa71ac7e49f6b91e61f20201..8889b3fb5fdf0d05956c7f76f773172e9e5e81b6 100644
|
| --- a/net/dns/mojo_type_converters.h
|
| +++ b/net/dns/mojo_host_type_converters.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_MOJO_TYPE_CONVERTERS_H_
|
| -#define NET_DNS_MOJO_TYPE_CONVERTERS_H_
|
| +#ifndef NET_DNS_MOJO_HOST_TYPE_CONVERTERS_H_
|
| +#define NET_DNS_MOJO_HOST_TYPE_CONVERTERS_H_
|
|
|
| #include "net/dns/host_resolver.h"
|
| #include "net/interfaces/host_resolver_service.mojom.h"
|
| @@ -36,4 +36,4 @@ struct TypeConverter<net::AddressList, net::interfaces::AddressList> {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // NET_DNS_MOJO_TYPE_CONVERTERS_H_
|
| +#endif // NET_DNS_MOJO_HOST_TYPE_CONVERTERS_H_
|
|
|