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

Unified Diff: net/cert/ct_objects_extractor_unittest.cc

Issue 1440643002: Certificate Transparency: Per-profile CT verification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made CTLogVerifier const throughout. Created 5 years, 1 month 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
Index: net/cert/ct_objects_extractor_unittest.cc
diff --git a/net/cert/ct_objects_extractor_unittest.cc b/net/cert/ct_objects_extractor_unittest.cc
index 7640e5bdb0d8c6a158edcef27b20941c5e1ef5cb..864686a5ee961bba4017d6dd1ec7aa8449ea6cd0 100644
--- a/net/cert/ct_objects_extractor_unittest.cc
+++ b/net/cert/ct_objects_extractor_unittest.cc
@@ -52,7 +52,7 @@ class CTObjectsExtractorTest : public ::testing::Test {
protected:
CertificateList precert_chain_;
scoped_refptr<X509Certificate> test_cert_;
- scoped_refptr<CTLogVerifier> log_;
+ scoped_refptr<const CTLogVerifier> log_;
};
// Test that an SCT can be extracted and the extracted SCT contains the

Powered by Google App Engine
This is Rietveld 408576698