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

Unified Diff: net/cert/ct_log_verifier.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 | « components/certificate_transparency/single_tree_tracker.cc ('k') | net/cert/ct_log_verifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_log_verifier.h
diff --git a/net/cert/ct_log_verifier.h b/net/cert/ct_log_verifier.h
index 6e3b938eb0bff7884d1105465afa7bf99515b5a1..7c03581b167e7979f7ca550e267e8e907eab01f5 100644
--- a/net/cert/ct_log_verifier.h
+++ b/net/cert/ct_log_verifier.h
@@ -60,7 +60,7 @@ class NET_EXPORT CTLogVerifier
const std::string& dns_domain() const { return dns_domain_; }
// Verifies that |sct| is valid for |entry| and was signed by this log.
- bool Verify(const ct::LogEntry& entry,
+ bool Verify(const ct::SignedEntryData& entry,
const ct::SignedCertificateTimestamp& sct) const;
// Verifies that |signed_tree_head| is a valid Signed Tree Head (RFC 6962,
« no previous file with comments | « components/certificate_transparency/single_tree_tracker.cc ('k') | net/cert/ct_log_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698