| Index: base/time.h
|
| diff --git a/base/time.h b/base/time.h
|
| index d0b072a4aac34d18118026140dd12f6eba0ef2e1..cc99faa7ec480a531f87c7a1045efb324758ea18 100644
|
| --- a/base/time.h
|
| +++ b/base/time.h
|
| @@ -313,7 +313,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
|
|
|