| Index: net/http/http_response_info.cc
|
| diff --git a/net/http/http_response_info.cc b/net/http/http_response_info.cc
|
| index 4f9e014cfb2ec8afbabf34aa359039942c6c0d4c..aeb9f218d7ec51cd16735311430abb38f20eb49c 100644
|
| --- a/net/http/http_response_info.cc
|
| +++ b/net/http/http_response_info.cc
|
| @@ -340,8 +340,8 @@ void HttpResponseInfo::Persist(Pickle* pickle,
|
| for (SignedCertificateTimestampAndStatusList::const_iterator it =
|
| ssl_info.signed_certificate_timestamps.begin(); it !=
|
| ssl_info.signed_certificate_timestamps.end(); ++it) {
|
| - it->sct_->Persist(pickle);
|
| - pickle->WriteUInt16(it->status_);
|
| + it->sct->Persist(pickle);
|
| + pickle->WriteUInt16(it->status);
|
| }
|
| }
|
| }
|
|
|