| Index: net/http/http_response_headers.cc
 | 
| diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
 | 
| index 491649844204ab41f7cfe4f78fb897a65d20fc79..33d78dad0dee6ed21f634baa6fdc2b32ba9d4825 100644
 | 
| --- a/net/http/http_response_headers.cc
 | 
| +++ b/net/http/http_response_headers.cc
 | 
| @@ -169,7 +169,8 @@ HttpResponseHeaders::HttpResponseHeaders(const std::string& raw_input)
 | 
|                                     GetAllHttpResponseCodes());
 | 
|  }
 | 
|  
 | 
| -HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle, void** iter)
 | 
| +HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle,
 | 
| +                                         PickleIterator* iter)
 | 
|      : response_code_(-1) {
 | 
|    std::string raw_input;
 | 
|    if (pickle.ReadString(iter, &raw_input))
 | 
| 
 |