diff options
author | shinyak@google.com <shinyak@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 04:53:17 +0000 |
---|---|---|
committer | shinyak@google.com <shinyak@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 04:53:17 +0000 |
commit | 60527a34dfeacad59e7eac002ecc5db516c1898f (patch) | |
tree | 7b96c3eaa4ae6f40e73637081cf42f69dbc581eb /base/third_party | |
parent | 6f5fa9f917396a24ef3b38a6358c15e96d4b6512 (diff) | |
download | chromium_src-60527a34dfeacad59e7eac002ecc5db516c1898f.zip chromium_src-60527a34dfeacad59e7eac002ecc5db516c1898f.tar.gz chromium_src-60527a34dfeacad59e7eac002ecc5db516c1898f.tar.bz2 |
Removed wchat_t from Time::FromString.
Also, some of the test case are moved for pr_time_unittests to time_unitests.
BUG=77962
TEST=base_unittests:TimeTest.*
Review URL: http://codereview.chromium.org/7470038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94426 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party')
-rw-r--r-- | base/third_party/nspr/prtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/third_party/nspr/prtime.h b/base/third_party/nspr/prtime.h index a207021..be94794 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 ( const char *string, PRBool default_to_gmt, PRTime *result); |