Index: mojo/services/network/tcp_bound_socket_impl.cc |
diff --git a/mojo/services/network/tcp_bound_socket_impl.cc b/mojo/services/network/tcp_bound_socket_impl.cc |
index d8a60b7ea5a861a9a99ccc2324da6ab74088e870..1d8669fb86c9a08521b4a6e3ad7247810c8c3f32 100644 |
--- a/mojo/services/network/tcp_bound_socket_impl.cc |
+++ b/mojo/services/network/tcp_bound_socket_impl.cc |
@@ -15,7 +15,7 @@ |
namespace mojo { |
TCPBoundSocketImpl::TCPBoundSocketImpl( |
- scoped_ptr<mojo::AppRefCount> app_refcount, |
+ scoped_ptr<mojo::MessageLoopRef> app_refcount, |
InterfaceRequest<TCPBoundSocket> request) |
: app_refcount_(std::move(app_refcount)), |
binding_(this, std::move(request)) {} |