| 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 0c96ece484c7504aa7a18349cbdb7d387cfafb00..8e2d75716b4d331cbb73b8b16cb32451a209c045 100644
|
| --- a/services/http_server/http_server_impl.h
|
| +++ b/services/http_server/http_server_impl.h
|
| @@ -35,7 +35,7 @@ class HttpServerImpl : public HttpServer {
|
|
|
| // HttpServer:
|
| void SetHandler(const mojo::String& path,
|
| - HttpHandlerPtr http_handler,
|
| + mojo::InterfaceHandle<HttpHandler> http_handler,
|
| const mojo::Callback<void(bool)>& callback) override;
|
|
|
| void GetPort(const GetPortCallback& callback) override;
|
|
|