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 766e30e5c00d3edd555cb6b7d0db51e8336aa19a..07ccfb115d74c024efd92ad35f59cac2aed01899 100644 |
--- a/mash/example/views_examples/views_examples_application_delegate.h |
+++ b/mash/example/views_examples/views_examples_application_delegate.h |
@@ -28,9 +28,7 @@ class ViewsExamplesApplicationDelegate |
private: |
// shell::Service: |
- void OnStart(shell::Connector* connector, |
- const shell::Identity& identity, |
- uint32_t id) override; |
+ void OnStart(const shell::Identity& identity) override; |
bool OnConnect(shell::Connection* connection) override; |
// mash::mojom::Launchable: |