| Index: net/websockets/websocket_basic_handshake_stream.cc
|
| diff --git a/net/websockets/websocket_basic_handshake_stream.cc b/net/websockets/websocket_basic_handshake_stream.cc
|
| index 424033ba88db3e95725bc59b1d125d9ad8a580a4..efe263ade36260b78282ff75e5d3444716147d3f 100644
|
| --- a/net/websockets/websocket_basic_handshake_stream.cc
|
| +++ b/net/websockets/websocket_basic_handshake_stream.cc
|
| @@ -312,7 +312,7 @@ WebSocketBasicHandshakeStream::~WebSocketBasicHandshakeStream() {}
|
| int WebSocketBasicHandshakeStream::InitializeStream(
|
| const HttpRequestInfo* request_info,
|
| RequestPriority priority,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| const CompletionCallback& callback) {
|
| url_ = request_info->url;
|
| state_.Initialize(request_info, priority, net_log, callback);
|
|
|