| Index: net/http/http_basic_state.h
|
| diff --git a/net/http/http_basic_state.h b/net/http/http_basic_state.h
|
| index f8f1ca58e20e6c5aa78c1810d2f26cf4c03e8d50..ddba11229385006d9eb79caa84e8108d92c52c59 100644
|
| --- a/net/http/http_basic_state.h
|
| +++ b/net/http/http_basic_state.h
|
| @@ -19,7 +19,7 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class ClientSocketHandle;
|
| class GrowableIOBuffer;
|
| class HttpStreamParser;
|
| @@ -35,7 +35,7 @@ class NET_EXPORT_PRIVATE HttpBasicState {
|
| // Initialize() must be called before using any of the other methods.
|
| int Initialize(const HttpRequestInfo* request_info,
|
| RequestPriority priority,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| const CompletionCallback& callback);
|
|
|
| HttpStreamParser* parser() const { return parser_.get(); }
|
|
|