Index: net/base/x509_util.h |
diff --git a/net/base/x509_util.h b/net/base/x509_util.h |
index 1d8c933d93583d82ccecd340d5b9e5c77443d789..f709a6f90af87004339d15732d742c0b9b0e2708 100644 |
--- a/net/base/x509_util.h |
+++ b/net/base/x509_util.h |
@@ -30,12 +30,12 @@ namespace x509_util { |
bool NET_EXPORT_PRIVATE CreateOriginBoundCertRSA(crypto::RSAPrivateKey* key, |
const std::string& origin, |
uint32 serial_number, |
- base::TimeDelta valid_duration, |
+ base::Time not_valid_after, |
std::string* der_cert); |
bool NET_EXPORT_PRIVATE CreateOriginBoundCertEC(crypto::ECPrivateKey* key, |
const std::string& origin, |
uint32 serial_number, |
- base::TimeDelta valid_duration, |
+ base::Time not_valid_after, |
std::string* der_cert); |
} // namespace x509_util |