Index: crypto/nss_util.h |
=================================================================== |
--- crypto/nss_util.h (revision 248111) |
+++ crypto/nss_util.h (working copy) |
@@ -148,7 +148,7 @@ |
// Convert a base::Time object into a PRTime value. |
// We use a int64 instead of PRTime here to avoid depending on NSPR headers. |
-CRYPTO_EXPORT int64 BaseTimeToPRTime(base::Time time); |
+CRYPTO_EXPORT int64 BaseTimeToPRTime(const base::Time& time); |
wtc
2014/02/04 01:26:02
Are you sure this change is necessary? base::Time
Lei Zhang
2014/02/04 01:34:21
It just stood out since we generally pass by const
|
#if defined(USE_NSS) |
// Exposed for unittests only. |