Chromium Code Reviews| Index: base/third_party/nspr/prtime.h |
| diff --git a/base/third_party/nspr/prtime.h b/base/third_party/nspr/prtime.h |
| index a207021fadb69bfb53af211301bb33e149786800..be947942ad1c6065ebf902feb406bcfdf564928e 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. |
| */ |
| -BASE_API PRStatus PR_ParseTimeString ( |
| +NSPR_API(PRStatus) PR_ParseTimeString ( |
| const char *string, |
| PRBool default_to_gmt, |
| PRTime *result); |