| 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 a4648283f0652b7d1c5339af90139873bf85bcd8..29091266d2e71ac1be5018203da7bce2b0704d2c 100644
|
| --- a/mash/example/views_examples/views_examples_application_delegate.h
|
| +++ b/mash/example/views_examples/views_examples_application_delegate.h
|
| @@ -21,7 +21,8 @@ class ViewsExamplesApplicationDelegate : public mojo::ApplicationDelegate {
|
|
|
| private:
|
| // ApplicationDelegate:
|
| - void Initialize(mojo::ApplicationImpl* app) override;
|
| + void Initialize(mojo::Shell* shell, const std::string& url,
|
| + uint32_t id) override;
|
| bool AcceptConnection(
|
| mojo::ApplicationConnection* connection) override;
|
|
|
|
|