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, |