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; |