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

Unified Diff: net/ssl/signed_certificate_timestamp_and_status.h

Issue 115013004: Certificate Transparency: Cleanup: Correct the naming of the struct fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/http/http_response_info.cc ('k') | net/ssl/signed_certificate_timestamp_and_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/signed_certificate_timestamp_and_status.h
diff --git a/net/ssl/signed_certificate_timestamp_and_status.h b/net/ssl/signed_certificate_timestamp_and_status.h
index 042c7ac41ab61ab9efa8aae6ee6e680e77d7be03..04067d0593fab2e3be02d1b20e31ad8dec7d211e 100644
--- a/net/ssl/signed_certificate_timestamp_and_status.h
+++ b/net/ssl/signed_certificate_timestamp_and_status.h
@@ -23,8 +23,8 @@ struct SignedCertificateTimestampAndStatus {
~SignedCertificateTimestampAndStatus();
- scoped_refptr<ct::SignedCertificateTimestamp> sct_;
- ct::SCTVerifyStatus status_;
+ scoped_refptr<ct::SignedCertificateTimestamp> sct;
+ ct::SCTVerifyStatus status;
};
typedef std::vector<SignedCertificateTimestampAndStatus>
« no previous file with comments | « net/http/http_response_info.cc ('k') | net/ssl/signed_certificate_timestamp_and_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698