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..8b486a50578c611987973852f14085cb9b58fb7e 100644 |
--- a/base/third_party/nspr/prtime.h |
+++ b/base/third_party/nspr/prtime.h |
@@ -229,8 +229,7 @@ NSPR_API(PRTimeParameters) PR_GMTParameters(const PRExplodedTime *gmt); |
* This is the only funtion that should be called from outside base, and only |
* from the unit test. |
*/ |
- |
wtc
2011/07/13 17:01:31
Nit: add this blank line back.
This file is third
shinyak (Google)
2011/07/13 23:28:33
Done.
|
-BASE_API PRStatus PR_ParseTimeString ( |
+NSPR_API(PRStatus) PR_ParseTimeString ( |
const char *string, |
PRBool default_to_gmt, |
PRTime *result); |