| Index: mojo/services/network/web_socket_impl.cc
|
| diff --git a/mojo/services/network/web_socket_impl.cc b/mojo/services/network/web_socket_impl.cc
|
| index 0513be62d40e83ce265b6de2f8611f4d58705c8a..f69f6dd77cf0da32934f3f288d39c7c80a3462b1 100644
|
| --- a/mojo/services/network/web_socket_impl.cc
|
| +++ b/mojo/services/network/web_socket_impl.cc
|
| @@ -177,7 +177,10 @@ void WebSocketEventHandler::DidWriteToReceiveStream(
|
|
|
| } // namespace mojo
|
|
|
| -WebSocketImpl::WebSocketImpl(NetworkContext* context) : context_(context) {
|
| +WebSocketImpl::WebSocketImpl(
|
| + NetworkContext* context,
|
| + scoped_ptr<mojo::AppRefCount> app_refcount)
|
| + : context_(context), app_refcount_(app_refcount.Pass()) {
|
| }
|
|
|
| WebSocketImpl::~WebSocketImpl() {
|
|
|