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..e2c49021f231fe54362768ec171942ab941caf31 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; |
+ PickleReader iter(pickle); |
// read flags and verify version |
int flags; |