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..32d899bb415d2861feed9bb2d8b7cc0f00e8ce05 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; |
+ PickleReader iter(p); |
int num_der_certs; |
if (!p.ReadInt(&iter, &num_der_certs) || |