| Index: mojo/examples/nesting_app/nesting_app.cc
|
| diff --git a/mojo/examples/nesting_app/nesting_app.cc b/mojo/examples/nesting_app/nesting_app.cc
|
| index 70fa489a8e11aca65f4593f23cabc7732e86c482..e425df6d25666569570fe282d470ac7a9c352b65 100644
|
| --- a/mojo/examples/nesting_app/nesting_app.cc
|
| +++ b/mojo/examples/nesting_app/nesting_app.cc
|
| @@ -87,7 +87,10 @@ class NestingApp
|
| }
|
|
|
| // Overridden from ViewManagerDelegate:
|
| - virtual void OnEmbed(ViewManager* view_manager, Node* root) OVERRIDE {
|
| + virtual void OnEmbed(ViewManager* view_manager,
|
| + Node* root,
|
| + ServiceProviderImpl* exported_services,
|
| + scoped_ptr<ServiceProvider> imported_services) OVERRIDE {
|
| root->AddObserver(this);
|
|
|
| View* view = View::Create(view_manager);
|
|
|