| Index: net/cert/ct_known_logs.cc
|
| diff --git a/net/cert/ct_known_logs.cc b/net/cert/ct_known_logs.cc
|
| index 2ab07ce936d533eebbecc83aa86ded76bae71b3e..0602581708e1e211b2d57939fed94ad6e9230f94 100644
|
| --- a/net/cert/ct_known_logs.cc
|
| +++ b/net/cert/ct_known_logs.cc
|
| @@ -83,8 +83,7 @@ bool IsLogDisqualified(base::StringPiece log_id,
|
| return false;
|
| }
|
|
|
| - *disqualification_date =
|
| - base::Time::FromInternalValue(p->disqualification_date);
|
| + *disqualification_date = base::Time::UnixEpoch() + p->disqualification_date;
|
| return true;
|
| }
|
|
|
|
|