Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: crypto/nss_util.h

Issue 147933003: Use file_util::GetFileSystemType() in crypto/nss_util.cc. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix build Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | crypto/nss_util.cc » ('j') | crypto/nss_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | crypto/nss_util.cc » ('j') | crypto/nss_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698