Index: examples/recipes/window_manager/main.cc |
diff --git a/examples/recipes/window_manager/main.cc b/examples/recipes/window_manager/main.cc |
index ec63f8ba540abc63e158b91c59492e3ed1c44cfc..d25ffd877a8e4b78a7f0adaf1575bb2ed2f10ac7 100644 |
--- a/examples/recipes/window_manager/main.cc |
+++ b/examples/recipes/window_manager/main.cc |
@@ -39,8 +39,8 @@ class Main : public mojo::ApplicationDelegate, |
} |
} |
bool ConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) override { |
- window_manager_app_->ConfigureIncomingConnection(connection); |
+ mojo::ApplicationConnection* connection, const std::string& url) override { |
+ window_manager_app_->ConfigureIncomingConnection(connection, url); |
return true; |
} |