summaryrefslogtreecommitdiff
path: root/base/third_party/nspr/prtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party/nspr/prtime.cc')
-rw-r--r--base/third_party/nspr/prtime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc
index 97d2c27c79..c125160de6 100644
--- a/base/third_party/nspr/prtime.cc
+++ b/base/third_party/nspr/prtime.cc
@@ -379,7 +379,7 @@ PR_NormalizeTime(PRExplodedTime *time, PRTimeParamFn params)
*/
PRTimeParameters
-PR_GMTParameters(const PRExplodedTime* /*gmt*/)
+PR_GMTParameters(const PRExplodedTime *gmt)
{
PRTimeParameters retVal = { 0, 0 };
return retVal;