| Index: base/third_party/nspr/prtime.h
|
| diff --git a/base/third_party/nspr/prtime.h b/base/third_party/nspr/prtime.h
|
| index be947942ad1c6065ebf902feb406bcfdf564928e..a207021fadb69bfb53af211301bb33e149786800 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);
|
|
|