Index: mash/example/views_examples/views_examples_application_delegate.h |
diff --git a/mash/example/views_examples/views_examples_application_delegate.h b/mash/example/views_examples/views_examples_application_delegate.h |
index 40453f27ffc269ac680ad9b0c60a5eeae2b8fef2..766e30e5c00d3edd555cb6b7d0db51e8336aa19a 100644 |
--- a/mash/example/views_examples/views_examples_application_delegate.h |
+++ b/mash/example/views_examples/views_examples_application_delegate.h |
@@ -37,7 +37,7 @@ class ViewsExamplesApplicationDelegate |
void Launch(uint32_t what, mash::mojom::LaunchMode how) override; |
// shell::InterfaceFactory<mash::mojom::Launchable>: |
- void Create(shell::Connection* connection, |
+ void Create(const shell::Identity& remote_identity, |
mash::mojom::LaunchableRequest request) override; |
mojo::BindingSet<mash::mojom::Launchable> bindings_; |