| Index: net/cert/merkle_audit_proof.h
|
| diff --git a/net/cert/merkle_audit_proof.h b/net/cert/merkle_audit_proof.h
|
| index d7c6e3c52f0ee27ae15898775eaff2a30ca373e4..2afe8cdb31159fbc66b00e7db498f6b83d73cadc 100644
|
| --- a/net/cert/merkle_audit_proof.h
|
| +++ b/net/cert/merkle_audit_proof.h
|
| @@ -25,6 +25,7 @@ NET_EXPORT uint64_t CalculateAuditPathLength(uint64_t leaf_index,
|
| // Audit proof for a Merkle tree leaf, as defined in section 2.1.1. of RFC6962.
|
| struct NET_EXPORT MerkleAuditProof {
|
| MerkleAuditProof();
|
| + MerkleAuditProof(const MerkleAuditProof& other);
|
| MerkleAuditProof(uint64_t leaf_index,
|
| uint64_t tree_size,
|
| const std::vector<std::string>& audit_path);
|
|
|