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

Unified Diff: mojo/services/network/http_server_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/http_server_apptest.cc ('k') | mojo/services/network/http_server_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/http_server_impl.h
diff --git a/mojo/services/network/http_server_impl.h b/mojo/services/network/http_server_impl.h
index b2f6f9d63af5f2fc9728db6c84b9ca0a73151f63..d7ccdb36e5074c4bfaf30691f41da62157172a01 100644
--- a/mojo/services/network/http_server_impl.h
+++ b/mojo/services/network/http_server_impl.h
@@ -26,7 +26,7 @@ class HttpServerImpl : public net::HttpServer::Delegate {
public:
static void Create(
NetAddressPtr local_address,
- HttpServerDelegatePtr delegate,
+ InterfaceHandle<HttpServerDelegate> delegate,
const Callback<void(NetworkErrorPtr, NetAddressPtr)>& callback);
net::HttpServer* server() { return server_.get(); }
@@ -36,7 +36,7 @@ class HttpServerImpl : public net::HttpServer::Delegate {
// |delegate|'s underlying pipe. The object will self-destruct when it is
// notified that |delegate|'s pipe is closed. Deleting the object directly
// before that is okay, too.
- explicit HttpServerImpl(HttpServerDelegatePtr delegate);
+ explicit HttpServerImpl(InterfaceHandle<HttpServerDelegate> delegate);
virtual ~HttpServerImpl();
int Start(NetAddressPtr local_address);
« no previous file with comments | « mojo/services/network/http_server_apptest.cc ('k') | mojo/services/network/http_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698