| Index: net/http/http_stream_parser.cc
|
| diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc
|
| index 766ebd3f34332cb5fc408f957120640950667ec4..f3c3d80eb7c9060c9675289b98898208c8c6827e 100644
|
| --- a/net/http/http_stream_parser.cc
|
| +++ b/net/http/http_stream_parser.cc
|
| @@ -204,7 +204,7 @@ const size_t HttpStreamParser::kChunkHeaderFooterSize = 12;
|
| HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,
|
| const HttpRequestInfo* request,
|
| GrowableIOBuffer* read_buffer,
|
| - const BoundNetLog& net_log)
|
| + const NetLogWithSource& net_log)
|
| : io_state_(STATE_NONE),
|
| request_(request),
|
| request_headers_(nullptr),
|
|
|