| Index: net/http/http_response_info.cc
|
| diff --git a/net/http/http_response_info.cc b/net/http/http_response_info.cc
|
| index 951e2b6ab706365ebb7b7d5933224f64e3c93da9..542bdb01c2e0c814edcb99e24ca20b8c3f5ce4d2 100644
|
| --- a/net/http/http_response_info.cc
|
| +++ b/net/http/http_response_info.cc
|
| @@ -116,7 +116,7 @@ HttpResponseInfo& HttpResponseInfo::operator=(const HttpResponseInfo& rhs) {
|
|
|
| bool HttpResponseInfo::InitFromPickle(const Pickle& pickle,
|
| bool* response_truncated) {
|
| - void* iter = NULL;
|
| + PickleIterator iter(pickle);
|
|
|
| // read flags and verify version
|
| int flags;
|
|
|