Index: net/http/disk_based_cert_cache_unittest.cc |
diff --git a/net/http/disk_based_cert_cache_unittest.cc b/net/http/disk_based_cert_cache_unittest.cc |
index b2b640b300e6abf6a1623887a7e0c287e56ecc3c..c5c0108794aa9995f8671a4901a1ecdab7c63d0b 100644 |
--- a/net/http/disk_based_cert_cache_unittest.cc |
+++ b/net/http/disk_based_cert_cache_unittest.cc |
@@ -44,9 +44,20 @@ const TestCertMetaData kCert2 = { |
// are irrelevant. Only one MockTransaction per certificate can be used |
// at a time. |
MockTransaction CreateMockTransaction(const char* key, int test_mode) { |
- MockTransaction transaction = {key, "", base::Time(), "", LOAD_NORMAL, |
- "", "", base::Time(), "", test_mode, |
- NULL, 0, OK}; |
+ MockTransaction transaction = {key, |
+ "", |
+ base::Time(), |
+ "", |
+ LOAD_NORMAL, |
+ "", |
+ "", |
+ base::Time(), |
+ "", |
+ test_mode, |
+ nullptr, |
+ nullptr, |
+ 0, |
+ OK}; |
return transaction; |
} |