| Index: net/socket/ssl_host_info.cc
|
| diff --git a/net/socket/ssl_host_info.cc b/net/socket/ssl_host_info.cc
|
| index bc4a43eac880e6082ec4f71e7b261406b9dc90b1..f4edcc6170a5e33be1a45b82dd2d6ea90f013774 100644
|
| --- a/net/socket/ssl_host_info.cc
|
| +++ b/net/socket/ssl_host_info.cc
|
| @@ -64,7 +64,7 @@ bool SSLHostInfo::ParseInner(const std::string& data) {
|
| State* state = mutable_state();
|
|
|
| Pickle p(data.data(), data.size());
|
| - void* iter = NULL;
|
| + PickleIterator iter(p);
|
|
|
| int num_der_certs;
|
| if (!p.ReadInt(&iter, &num_der_certs) ||
|
|
|