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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/third_party/nspr/prtime.h b/base/third_party/nspr/prtime.h
index a207021..ffbedec 100644
--- a/base/third_party/nspr/prtime.h
+++ b/base/third_party/nspr/prtime.h
@@ -52,7 +52,7 @@
#ifndef BASE_PRTIME_H__
#define BASE_PRTIME_H__
-#include "base/base_api.h"
+#include "base/base_export.h"
#include "base/third_party/nspr/prtypes.h"
#define PR_ASSERT DCHECK
@@ -230,7 +230,7 @@ NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt);
* from the unit test.
*/
-BASE_API PRStatus PR_ParseTimeString (
+BASE_EXPORT PRStatus PR_ParseTimeString (
const char *string,
PRBool default_to_gmt,
PRTime *result);