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

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

Issue 7520021: Revert 94426 - Removed wchat_t from Time::FromString. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « base/pr_time_unittest.cc ('k') | base/time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/nspr/prtime.h
===================================================================
--- base/third_party/nspr/prtime.h (revision 94426)
+++ base/third_party/nspr/prtime.h (working copy)
@@ -230,7 +230,7 @@
* from the unit test.
*/
-NSPR_API(PRStatus) PR_ParseTimeString (
+BASE_API PRStatus PR_ParseTimeString (
const char *string,
PRBool default_to_gmt,
PRTime *result);
« no previous file with comments | « base/pr_time_unittest.cc ('k') | base/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698