Index: mojo/services/network/http_connection_impl.h |
diff --git a/mojo/services/network/http_connection_impl.h b/mojo/services/network/http_connection_impl.h |
index cb3a9910f21c1d5f75d4fc9afccc0c06f646f1f0..d6d99dfa53972f493cc8c3fcd91299fb60f07bfa 100644 |
--- a/mojo/services/network/http_connection_impl.h |
+++ b/mojo/services/network/http_connection_impl.h |
@@ -28,7 +28,7 @@ class HttpConnectionImpl : public HttpConnection { |
HttpConnectionImpl(int connection_id, |
HttpServerImpl* server, |
HttpConnectionDelegatePtr delegate, |
- HttpConnectionPtr* connection); |
+ InterfaceHandle<HttpConnection>* connection); |
~HttpConnectionImpl() override; |