#ifndef SERVICES_NETWORK_PUBLIC_CPP_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_TAG_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_MUTABLE_NETWORK_TRAFFIC_ANNOTATION_TAG_MOJOM_TRAITS_H_
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "net/traffic_annotation/network_traffic_annotation.h"
#include "services/network/public/mojom/mutable_network_traffic_annotation_tag.mojom-shared.h"
namespace mojo {
template <>
struct StructTraits<network::mojom::MutableNetworkTrafficAnnotationTagDataView,
net::MutableNetworkTrafficAnnotationTag> { … };
}
#endif