Chromium Code Reviews| Index: chromecast/crash/linux/dump_info.cc |
| diff --git a/chromecast/crash/linux/dump_info.cc b/chromecast/crash/linux/dump_info.cc |
| index fac15b5522081fddfd49206902d27d260f8dd608..caa36f323716c27b001fa0789059967e25a881aa 100644 |
| --- a/chromecast/crash/linux/dump_info.cc |
| +++ b/chromecast/crash/linux/dump_info.cc |
| @@ -148,8 +148,7 @@ bool DumpInfo::SetDumpTimeFromString(const std::string& timestr) { |
| return false; |
| } |
| - dump_time_ = base::Time::FromLocalExploded(ex); |
| - return true; |
| + return base::Time::FromLocalExploded(ex, &dump_); |
|
halliwell
2016/12/13 15:11:30
should be dump_time_
maksims (do not use this acc)
2016/12/13 16:56:36
Done.
|
| } |
| } // namespace chromecast |