summaryrefslogtreecommitdiffstats
path: root/base/time.h
diff options
context:
space:
mode:
authormorrita@chromium.org <morrita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 05:34:27 +0000
committermorrita@chromium.org <morrita@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-28 05:34:27 +0000
commitce681a8b14c05752f9279e7ed945943506f7d628 (patch)
tree0525ceb2c94766bd1344726f14c7528e6c0e8689 /base/time.h
parent60527a34dfeacad59e7eac002ecc5db516c1898f (diff)
downloadchromium_src-ce681a8b14c05752f9279e7ed945943506f7d628.zip
chromium_src-ce681a8b14c05752f9279e7ed945943506f7d628.tar.gz
chromium_src-ce681a8b14c05752f9279e7ed945943506f7d628.tar.bz2
Revert 94426 - 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 TBR=shinyak@google.com Review URL: http://codereview.chromium.org/7520021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/time.h')
-rw-r--r--base/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/time.h b/base/time.h
index 9ece389..1b05e24 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 char* time_string, Time* parsed_time);
+ static bool FromString(const wchar_t* 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