summaryrefslogtreecommitdiffstats
path: root/base/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'base/third_party')
-rw-r--r--base/third_party/nspr/prtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/nspr/prtime.h b/base/third_party/nspr/prtime.h
index be94794..a207021 100644
--- a/base/third_party/nspr/prtime.h
+++ b/base/third_party/nspr/prtime.h
@@ -230,7 +230,7 @@ NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt);
* from the unit test.
*/
-NSPR_API(PRStatus) PR_ParseTimeString (
+BASE_API PRStatus PR_ParseTimeString (
const char *string,
PRBool default_to_gmt,
PRTime *result);