Index: examples/recipes/recipe_handler/recipe_impl.h |
diff --git a/examples/recipes/recipe_handler/recipe_impl.h b/examples/recipes/recipe_handler/recipe_impl.h |
index ba0efd956aa4fccdd12f4f353019bee4c71f78f4..717f0a7e60e707a12e423f6878f7cd8d10a2a37c 100644 |
--- a/examples/recipes/recipe_handler/recipe_impl.h |
+++ b/examples/recipes/recipe_handler/recipe_impl.h |
@@ -64,7 +64,7 @@ class RecipeImpl : public Recipe, public mojo::ApplicationDelegate { |
// ApplicationDelegate: |
void Initialize(mojo::ApplicationImpl* app) override; |
bool ConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) override; |
+ mojo::ApplicationConnection* connection, const std::string& url) override; |
const GURL renderer_url_; |