Index: mash/example/views_examples/views_examples_application_delegate.cc |
diff --git a/mash/example/views_examples/views_examples_application_delegate.cc b/mash/example/views_examples/views_examples_application_delegate.cc |
index 41cc353a45ffee32fb65954ff4b37d55e5216538..5c9bc7cfe8d0027600c788816f35e69153d7939e 100644 |
--- a/mash/example/views_examples/views_examples_application_delegate.cc |
+++ b/mash/example/views_examples/views_examples_application_delegate.cc |
@@ -39,7 +39,7 @@ void ViewsExamplesApplicationDelegate::Launch(uint32_t what, |
} |
void ViewsExamplesApplicationDelegate::Create( |
- shell::Connection* connection, |
+ const shell::Identity& remote_identity, |
mash::mojom::LaunchableRequest request) { |
bindings_.AddBinding(this, std::move(request)); |
} |