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

Unified Diff: services/http_server/http_server_impl.h

Issue 2012873003: More ApplicationDelegate/ApplicationRunner[Chromium] conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@work791_run_app_options
Patch Set: Created 4 years, 7 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 | « services/http_server/http_server_factory_impl.cc ('k') | services/http_server/http_server_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/http_server_impl.h
diff --git a/services/http_server/http_server_impl.h b/services/http_server/http_server_impl.h
index 8e2d75716b4d331cbb73b8b16cb32451a209c045..b4e30f861be74e6f272a8582ab843a9327b72be3 100644
--- a/services/http_server/http_server_impl.h
+++ b/services/http_server/http_server_impl.h
@@ -16,7 +16,7 @@
#include "third_party/re2/re2/re2.h"
namespace mojo {
-class ApplicationImpl;
+class Shell;
} // namespace mojo
namespace http_server {
@@ -26,7 +26,9 @@ class HttpServerFactoryImpl;
class HttpServerImpl : public HttpServer {
public:
- HttpServerImpl(mojo::ApplicationImpl* app,
+ // TODO(vtl): Possibly this should take an
+ // |InterfaceHandle<ApplicationConnector>| instead of a |Shell*|.
+ HttpServerImpl(mojo::Shell* shell,
HttpServerFactoryImpl* factory,
mojo::NetAddressPtr requested_local_address);
~HttpServerImpl() override;
« no previous file with comments | « services/http_server/http_server_factory_impl.cc ('k') | services/http_server/http_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698