#ifndef SERVICES_NETWORK_PUBLIC_CPP_TRANSFERABLE_SOCKET_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_TRANSFERABLE_SOCKET_MOJOM_TRAITS_H_
#include <vector>
#include "build/build_config.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "services/network/public/cpp/transferable_socket.h"
#include "services/network/public/mojom/transferable_socket.mojom-shared.h"
namespace mojo {
template <>
struct StructTraits<network::mojom::TransferableSocketDataView,
network::TransferableSocket> { … };
}
#endif