#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_STORAGE_KEY_STORAGE_KEY_MOJOM_TRAITS_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_STORAGE_KEY_STORAGE_KEY_MOJOM_TRAITS_H_
#include <optional>
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "third_party/blink/public/common/common_export.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
#include "third_party/blink/public/mojom/storage_key/ancestor_chain_bit.mojom.h"
#include "third_party/blink/public/mojom/storage_key/storage_key.mojom.h"
namespace base {
class UnguessableToken;
}
namespace net {
class SchemefulSite;
}
namespace url {
class Origin;
}
namespace mojo {
template <>
class BLINK_COMMON_EXPORT
StructTraits<blink::mojom::StorageKeyDataView, blink::StorageKey> { … };
}
#endif