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

Unified Diff: net/cert/merkle_tree_leaf.h

Issue 2824983002: Rename net::ct::LogEntry to SignedEntryData and clarify the comment. (Closed)
Patch Set: sort forward decls Created 3 years, 8 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
« no previous file with comments | « net/cert/ct_serialization_unittest.cc ('k') | net/cert/merkle_tree_leaf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/merkle_tree_leaf.h
diff --git a/net/cert/merkle_tree_leaf.h b/net/cert/merkle_tree_leaf.h
index 21217bb6ec5c454e53c12e82cf2ff6e0b8cdf4f4..fc566e65f1b4ec7e64ffa52a2f2e4db4255a7ad9 100644
--- a/net/cert/merkle_tree_leaf.h
+++ b/net/cert/merkle_tree_leaf.h
@@ -31,7 +31,7 @@ namespace ct {
// new types are planned.
// * The timestamped_entry's |timestamp| and |extensions| fields are directly
// accessible.
-// * The timestamped_entry's entry_type can be deduced from |log_entry|.type
+// * The timestamped_entry's entry_type can be deduced from |signed_entry|.type
struct NET_EXPORT MerkleTreeLeaf {
MerkleTreeLeaf();
MerkleTreeLeaf(const MerkleTreeLeaf& other);
@@ -39,7 +39,7 @@ struct NET_EXPORT MerkleTreeLeaf {
~MerkleTreeLeaf();
// Certificate / Precertificate and indication of entry type.
- LogEntry log_entry;
+ SignedEntryData signed_entry;
// Timestamp from the SCT.
base::Time timestamp;
« no previous file with comments | « net/cert/ct_serialization_unittest.cc ('k') | net/cert/merkle_tree_leaf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698