Index: net/base/origin_bound_cert_store.cc |
diff --git a/net/base/origin_bound_cert_store.cc b/net/base/origin_bound_cert_store.cc |
index 16d054a63a8d8bd530b68856ef39e38d02068799..fe2b45f3d47ab82a427fb411e3837b517c7cad4b 100644 |
--- a/net/base/origin_bound_cert_store.cc |
+++ b/net/base/origin_bound_cert_store.cc |
@@ -6,7 +6,9 @@ |
namespace net { |
-OriginBoundCertStore::OriginBoundCert::OriginBoundCert() {} |
+OriginBoundCertStore::OriginBoundCert::OriginBoundCert() |
+ : type_(CLIENT_CERT_INVALID_TYPE) { |
+} |
OriginBoundCertStore::OriginBoundCert::OriginBoundCert( |
const std::string& origin, |