| Index: net/websockets/websocket_stream_test.cc
|
| diff --git a/net/websockets/websocket_stream_test.cc b/net/websockets/websocket_stream_test.cc
|
| index d89645355454e5d28520bc5a2e32f1c46fa03bbb..5d98b1e697b0da286fecc03a5bc2ff0f1b99c042 100644
|
| --- a/net/websockets/websocket_stream_test.cc
|
| +++ b/net/websockets/websocket_stream_test.cc
|
| @@ -129,7 +129,7 @@ class WebSocketStreamCreateTest : public ::testing::Test {
|
| scoped_ptr<WebSocketHandshakeStreamCreateHelper>(
|
| new DeterministicKeyWebSocketHandshakeStreamCreateHelper(
|
| delegate, sub_protocols)),
|
| - GURL(origin),
|
| + origin,
|
| url_request_context_host_.GetURLRequestContext(),
|
| BoundNetLog(),
|
| connect_delegate.Pass());
|
|
|