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

Unified Diff: net/cert/signed_certificate_timestamp.cc

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/signed_certificate_timestamp.h ('k') | net/test/ct_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/signed_certificate_timestamp.cc
diff --git a/net/cert/signed_certificate_timestamp.cc b/net/cert/signed_certificate_timestamp.cc
index 489c88c6c1941bd568772fa2ad80ec66d3b54967..9096fdec1023aa545722fa5c3b047050a7497a98 100644
--- a/net/cert/signed_certificate_timestamp.cc
+++ b/net/cert/signed_certificate_timestamp.cc
@@ -78,12 +78,12 @@ SignedCertificateTimestamp::CreateFromPickle(base::PickleIterator* iter) {
return sct;
}
-LogEntry::LogEntry() : type(LOG_ENTRY_TYPE_X509) {}
+SignedEntryData::SignedEntryData() : type(LOG_ENTRY_TYPE_X509) {}
-LogEntry::~LogEntry() {}
+SignedEntryData::~SignedEntryData() {}
-void LogEntry::Reset() {
- type = LogEntry::LOG_ENTRY_TYPE_X509;
+void SignedEntryData::Reset() {
+ type = SignedEntryData::LOG_ENTRY_TYPE_X509;
leaf_certificate.clear();
tbs_certificate.clear();
}
« no previous file with comments | « net/cert/signed_certificate_timestamp.h ('k') | net/test/ct_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698