| Index: net/http/http_response_headers.h
|
| diff --git a/net/http/http_response_headers.h b/net/http/http_response_headers.h
|
| index 0ab162efc7a6d0ab586eddf2de0ea010b3253c68..6fbc0bb4273fa94456429a9c6acd0c2d5e8469d6 100644
|
| --- a/net/http/http_response_headers.h
|
| +++ b/net/http/http_response_headers.h
|
| @@ -16,6 +16,7 @@
|
| #include "net/http/http_version.h"
|
|
|
| class Pickle;
|
| +class PickleIterator;
|
|
|
| namespace base {
|
| class Time;
|
| @@ -52,7 +53,7 @@ class NET_EXPORT HttpResponseHeaders
|
| // Initializes from the representation stored in the given pickle. The data
|
| // for this object is found relative to the given pickle_iter, which should
|
| // be passed to the pickle's various Read* methods.
|
| - HttpResponseHeaders(const Pickle& pickle, void** pickle_iter);
|
| + HttpResponseHeaders(const Pickle& pickle, PickleIterator* pickle_iter);
|
|
|
| // Appends a representation of this object to the given pickle.
|
| // The options argument can be a combination of PersistOptions.
|
|
|