#ifndef SERVICES_NETWORK_PUBLIC_CPP_SHARED_DICTIONARY_ISOLATION_KEY_MOJOM_TRAITS_H_
#define SERVICES_NETWORK_PUBLIC_CPP_SHARED_DICTIONARY_ISOLATION_KEY_MOJOM_TRAITS_H_
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "net/base/schemeful_site.h"
#include "net/shared_dictionary/shared_dictionary_isolation_key.h"
#include "services/network/public/mojom/shared_dictionary_isolation_key.mojom-shared.h"
#include "url/origin.h"
namespace mojo {
template <>
struct StructTraits<network::mojom::SharedDictionaryIsolationKeyDataView,
net::SharedDictionaryIsolationKey> { … };
}
#endif