Index: net/cert/x509_util_openssl_unittest.cc |
diff --git a/net/cert/x509_util_openssl_unittest.cc b/net/cert/x509_util_openssl_unittest.cc |
index 3e4f41a2bbb5f8773b177d279f21ae4e050f741a..9eebff8a32ea39cb57be1ba5fd454447bd2b1486 100644 |
--- a/net/cert/x509_util_openssl_unittest.cc |
+++ b/net/cert/x509_util_openssl_unittest.cc |
@@ -20,8 +20,8 @@ TEST(X509UtilOpenSSLTest, IsSupportedValidityRange) { |
now, now - base::TimeDelta::FromSeconds(1))); |
// See x509_util_openssl.cc to see how these were computed. |
- const int64 kDaysFromYear0001ToUnixEpoch = 719162; |
- const int64 kDaysFromUnixEpochToYear10000 = 2932896 + 1; |
+ const int64_t kDaysFromYear0001ToUnixEpoch = 719162; |
+ const int64_t kDaysFromUnixEpochToYear10000 = 2932896 + 1; |
// When computing too_old / too_late, add one day to account for |
// possible leap seconds. |