#ifndef SERVICES_NETWORK_PUBLIC_CPP_DOCUMENT_ISOLATION_POLICY_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_DOCUMENT_ISOLATION_POLICY_MOJOM_TRAITS_H_
#include <optional>
#include <string>
#include "base/component_export.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "services/network/public/cpp/document_isolation_policy.h"
#include "services/network/public/mojom/document_isolation_policy.mojom-shared.h"
namespace mojo {
template <>
struct COMPONENT_EXPORT(NETWORK_CPP_DOCUMENT_ISOLATION)
StructTraits<network::mojom::DocumentIsolationPolicyDataView,
network::DocumentIsolationPolicy> { … };
}
#endif