Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1656)

Unified Diff: base/third_party/nspr/prtime.h

Issue 6903022: Removed wchar_t from Time::FromString (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixed the pointed problems. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698