diff options
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 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 |