| Index: net/http/http_stream_parser.h
|
| ===================================================================
|
| --- net/http/http_stream_parser.h (revision 41560)
|
| +++ net/http/http_stream_parser.h (working copy)
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "net/base/io_buffer.h"
|
| -#include "net/base/load_log.h"
|
| +#include "net/base/net_log.h"
|
| #include "net/base/upload_data_stream.h"
|
| #include "net/http/http_chunked_decoder.h"
|
| #include "net/http/http_response_info.h"
|
| @@ -29,7 +29,7 @@
|
| // have its capacity changed.
|
| HttpStreamParser(ClientSocketHandle* connection,
|
| GrowableIOBuffer* read_buffer,
|
| - LoadLog* load_log);
|
| + const BoundNetLog& net_log);
|
| ~HttpStreamParser() {}
|
|
|
| // These functions implement the interface described in HttpStream with
|
| @@ -162,7 +162,7 @@
|
| // The underlying socket.
|
| ClientSocketHandle* const connection_;
|
|
|
| - scoped_refptr<LoadLog> load_log_;
|
| + BoundNetLog net_log_;
|
|
|
| // Callback to be used when doing IO.
|
| CompletionCallbackImpl<HttpStreamParser> io_callback_;
|
|
|