#include "components/web_package/signed_web_bundles/integrity_block_attributes.h"
namespace web_package {
IntegrityBlockAttributes::IntegrityBlockAttributes(std::string web_bundle_id,
std::vector<uint8_t> cbor)
: … { … }
IntegrityBlockAttributes::~IntegrityBlockAttributes() = default;
IntegrityBlockAttributes::IntegrityBlockAttributes(
mojo::DefaultConstruct::Tag) { … }
IntegrityBlockAttributes::IntegrityBlockAttributes(
const IntegrityBlockAttributes&) = default;
IntegrityBlockAttributes& IntegrityBlockAttributes::operator=(
const IntegrityBlockAttributes&) = default;
}