diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 19:07:08 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 19:07:08 +0000 |
commit | 916654128e5925ae80ebf38c2a24851b5334b570 (patch) | |
tree | 46d55299998752d2d7e880da87c3c6f1763661b4 /base/third_party | |
parent | 7295a426ac4e6f7f72c3b0730644fc2dd8fd540f (diff) | |
download | chromium_src-916654128e5925ae80ebf38c2a24851b5334b570.zip chromium_src-916654128e5925ae80ebf38c2a24851b5334b570.tar.gz chromium_src-916654128e5925ae80ebf38c2a24851b5334b570.tar.bz2 |
Revert r83048 "Removed wchar_t from Time::FromString."
This causes regression on KeywordProviderTest.Edit on clang produced executable.
TBR=shinyak
BUG=
TEST=
Review URL: http://codereview.chromium.org/6893031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83055 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 be94794..a207021 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. */ -NSPR_API(PRStatus) PR_ParseTimeString ( +BASE_API PRStatus PR_ParseTimeString ( const char *string, PRBool default_to_gmt, PRTime *result); |