| 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 ae6062ea96d0bf3e0a41bab17dab484494bbae7d..533458cada8f5da20aa19e7f63a41d187cba2a8a 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);
|
|
|