| Index: net/websockets/websocket_basic_stream.h
|
| diff --git a/net/websockets/websocket_basic_stream.h b/net/websockets/websocket_basic_stream.h
|
| index ccfebd8e0cb9b8ac725488732a7c82a834b92451..834e00fe2f43b8fa6037f046793e992c9ffbf89e 100644
|
| --- a/net/websockets/websocket_basic_stream.h
|
| +++ b/net/websockets/websocket_basic_stream.h
|
| @@ -32,11 +32,10 @@ class NET_EXPORT_PRIVATE WebSocketBasicStream : public WebSocketStream {
|
| // This class should not normally be constructed directly; see
|
| // WebSocketStream::CreateAndConnectStream() and
|
| // WebSocketBasicHandshakeStream::Upgrade().
|
| - WebSocketBasicStream(
|
| - scoped_ptr<ClientSocketHandle> connection,
|
| - const scoped_refptr<GrowableIOBuffer>& http_read_buffer,
|
| - const std::string& sub_protocol,
|
| - const std::string& extensions);
|
| + WebSocketBasicStream(scoped_ptr<ClientSocketHandle> connection,
|
| + const scoped_refptr<GrowableIOBuffer>& http_read_buffer,
|
| + const std::string& sub_protocol,
|
| + const std::string& extensions);
|
|
|
| // The destructor has to make sure the connection is closed when we finish so
|
| // that it does not get returned to the pool.
|
|
|