Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: net/cert/merkle_tree_leaf.h

Issue 2017563002: Add Certificate Transparency logs auditing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/cert/merkle_tree_leaf.h
diff --git a/net/cert/merkle_tree_leaf.h b/net/cert/merkle_tree_leaf.h
index 8f314f56a70641142300f8c6d556ab349178966b..5d9591b467efe545a09c3e33e6bbcf22b0c299aa 100644
--- a/net/cert/merkle_tree_leaf.h
+++ b/net/cert/merkle_tree_leaf.h
@@ -23,6 +23,7 @@ namespace ct {
// slightly differently.
struct NET_EXPORT MerkleTreeLeaf {
MerkleTreeLeaf();
+ MerkleTreeLeaf(const MerkleTreeLeaf& other);
Rob Percival 2016/05/26 17:33:15 Why define a copy constructor?
Eran Messeri 2016/06/30 19:58:28 The compiler produces an error about "Complex clas
~MerkleTreeLeaf();
// The log id this leaf belongs to.

Powered by Google App Engine
This is Rietveld 408576698