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 ( |
|
wtc
2011/07/08 22:49:15
Is this change right?
shinyak (Google)
2011/07/13 14:34:46
Since PR_ParseTimeString should not be BASE API an
|
| const char *string, |
| PRBool default_to_gmt, |
| PRTime *result); |