| Index: chrome/common/metrics_helpers.cc
|
| ===================================================================
|
| --- chrome/common/metrics_helpers.cc (revision 94426)
|
| +++ chrome/common/metrics_helpers.cc (working copy)
|
| @@ -372,7 +372,7 @@
|
| if (!integral_build_time) {
|
| Time time;
|
| const char* kDateTime = __DATE__ " " __TIME__ " GMT";
|
| - bool result = Time::FromString(kDateTime, &time);
|
| + bool result = Time::FromString(ASCIIToWide(kDateTime).c_str(), &time);
|
| DCHECK(result);
|
| integral_build_time = static_cast<int64>(time.ToTimeT());
|
| }
|
|
|