Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: mojo/services/network/http_connection_impl.h

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/network/host_resolver_apptest.cc ('k') | mojo/services/network/http_connection_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « mojo/services/network/host_resolver_apptest.cc ('k') | mojo/services/network/http_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698