diff options
author | shinyak@google.com <shinyak@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 05:28:10 +0000 |
---|---|---|
committer | shinyak@google.com <shinyak@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 05:28:10 +0000 |
commit | 46470aab29e72565ff358331094402b68d053e30 (patch) | |
tree | 4f70762af8aadd3673aa2cb61adc433721900388 /base/time.h | |
parent | 4e7c71a026ec06c9a4210e84680fc368e1b2f168 (diff) | |
download | chromium_src-46470aab29e72565ff358331094402b68d053e30.zip chromium_src-46470aab29e72565ff358331094402b68d053e30.tar.gz chromium_src-46470aab29e72565ff358331094402b68d053e30.tar.bz2 |
Removed wchat_t from Time::FromString.
Also, some of the test case are moved for pr_time_unittests to time_unittests.
BUG=77962
TEST=base_unittests:TimeTest.*
Review URL: http://codereview.chromium.org/7492063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95207 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time.h')
-rw-r--r-- | base/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/time.h b/base/time.h index 1b05e24..9ece389 100644 --- a/base/time.h +++ b/base/time.h @@ -317,7 +317,7 @@ class BASE_API Time { // in the input string, we assume local time. // TODO(iyengar) Move the FromString/FromTimeT/ToTimeT/FromFileTime to // a new time converter class. - static bool FromString(const wchar_t* time_string, Time* parsed_time); + static bool FromString(const char* time_string, Time* parsed_time); // For serializing, use FromInternalValue to reconstitute. Please don't use // this and do arithmetic on it, as it is more error prone than using the |