#ifndef SERVICES_NETWORK_PUBLIC_CPP_NETWORK_PARAM_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_NETWORK_PARAM_MOJOM_TRAITS_H_
#include "base/component_export.h"
#include "base/memory/scoped_refptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "net/base/auth.h"
#include "net/base/host_port_pair.h"
#include "net/base/proxy_chain.h"
#include "net/base/proxy_server.h"
#include "net/dns/public/resolve_error_info.h"
#include "net/http/http_version.h"
#include "net/log/net_log_source.h"
#include "net/ssl/ssl_cert_request_info.h"
#include "services/network/public/mojom/network_param.mojom-shared.h"
#include "url/mojom/scheme_host_port_mojom_traits.h"
namespace mojo {
template <>
class COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::AuthChallengeInfoDataView,
net::AuthChallengeInfo> { … };
template <>
class COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::HttpVersionDataView, net::HttpVersion> { … };
template <>
class COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::ResolveErrorInfoDataView,
net::ResolveErrorInfo> { … };
template <>
class COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::HostPortPairDataView, net::HostPortPair> { … };
template <>
struct COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
EnumTraits<network::mojom::ProxyScheme, net::ProxyServer::Scheme> { … };
template <>
class COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::ProxyServerDataView, net::ProxyServer> { … };
template <>
class COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::ProxyChainDataView, net::ProxyChain> { … };
template <>
class COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::SSLCertRequestInfoDataView,
scoped_refptr<net::SSLCertRequestInfo>> { … };
template <>
struct COMPONENT_EXPORT(NETWORK_CPP_NETWORK_PARAM)
StructTraits<network::mojom::NetLogSourceDataView, net::NetLogSource> { … };
}
#endif