| Index: net/base/x509_util_nss.h
|
| diff --git a/net/base/x509_util_nss.h b/net/base/x509_util_nss.h
|
| index 82dd4f9c417b0321ec80aef2a595350367a56a8f..b5cc5038b96a02545c87c66a706557e50bad515c 100644
|
| --- a/net/base/x509_util_nss.h
|
| +++ b/net/base/x509_util_nss.h
|
| @@ -28,7 +28,8 @@ CERTCertificate* CreateSelfSignedCert(
|
| SECKEYPrivateKey* private_key,
|
| const std::string& subject,
|
| uint32 serial_number,
|
| - base::TimeDelta valid_duration);
|
| + base::Time not_valid_before,
|
| + base::Time not_valid_after);
|
|
|
| } // namespace x509_util
|
|
|
|
|