| Index: mojo/services/network/web_socket_factory_impl.cc
|
| diff --git a/mojo/services/network/web_socket_factory_impl.cc b/mojo/services/network/web_socket_factory_impl.cc
|
| index ecd72725c7b7bf1ad50e4436684ce0f317cf8dda..6adde55c5affc3d06b4e70ad09c39da63234d2f8 100644
|
| --- a/mojo/services/network/web_socket_factory_impl.cc
|
| +++ b/mojo/services/network/web_socket_factory_impl.cc
|
| @@ -12,7 +12,7 @@ namespace mojo {
|
|
|
| WebSocketFactoryImpl::WebSocketFactoryImpl(
|
| NetworkContext* context,
|
| - scoped_ptr<AppRefCount> app_refcount,
|
| + scoped_ptr<MessageLoopRef> app_refcount,
|
| InterfaceRequest<WebSocketFactory> request)
|
| : context_(context),
|
| app_refcount_(std::move(app_refcount)),
|
|
|