| Index: services/http_server/http_server_app.cc
|
| diff --git a/services/http_server/http_server_app.cc b/services/http_server/http_server_app.cc
|
| index e4486fefc3c66472d5eb71adfb17b214a14b2278..a878476e9b08c4788108fe4bae931c3446a335d7 100644
|
| --- a/services/http_server/http_server_app.cc
|
| +++ b/services/http_server/http_server_app.cc
|
| @@ -25,7 +25,8 @@ class HttpServerApp : public mojo::ApplicationDelegate,
|
| private:
|
| // ApplicationDelegate:
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection,
|
| + const std::string& url) override {
|
| connection->AddService(this);
|
| return true;
|
| }
|
|
|