| Index: examples/recipes/recipe_handler/recipe_handler_main.cc
|
| diff --git a/examples/recipes/recipe_handler/recipe_handler_main.cc b/examples/recipes/recipe_handler/recipe_handler_main.cc
|
| index 89d8d021a0f9dadb01c162513551c6f19b8de6a2..9fd09055d6dcfcaca221dc32ea201b888f6ce4ae 100644
|
| --- a/examples/recipes/recipe_handler/recipe_handler_main.cc
|
| +++ b/examples/recipes/recipe_handler/recipe_handler_main.cc
|
| @@ -30,7 +30,7 @@ class RecipeHandlerApp : public mojo::ApplicationDelegate,
|
| private:
|
| // Overridden from ApplicationDelegate:
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override {
|
| + mojo::ApplicationConnection* connection, const std::string& url) override {
|
| connection->AddService(&content_handler_factory_);
|
| return true;
|
| }
|
|
|