| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index 806caa35e7b6d4f812abb01d21d07e33906507f2..e62e8d734eab5a895d9bc83e2e9cc7204f4678ba 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -46,7 +46,7 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
|
| HttpStreamParser(ClientSocketHandle* connection,
|
| const HttpRequestInfo* request,
|
| GrowableIOBuffer* read_buffer,
|
| - const BoundNetLog& net_log);
|
| + const NetLogWithSource& net_log);
|
| virtual ~HttpStreamParser();
|
|
|
| // Sets whether or not HTTP/0.9 is only allowed on default ports. It's not
|
| @@ -271,7 +271,7 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
|
| // The underlying socket.
|
| ClientSocketHandle* const connection_;
|
|
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
|
|
| // Callback to be used when doing IO.
|
| CompletionCallback io_callback_;
|
|
|