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

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 mistakes. Created 9 years, 5 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..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);

Powered by Google App Engine
This is Rietveld 408576698