| 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 9b488d280fa25b624ab10bfba4f31e6d7de12e54..e62f1b753d13f2310aca512df31f5de2f70d27f2 100644
|
| --- a/mojo/examples/nesting_app/nesting_app.cc
|
| +++ b/mojo/examples/nesting_app/nesting_app.cc
|
| @@ -72,7 +72,7 @@ class NestingApp : public ApplicationDelegate,
|
| connection->ConnectToService(&window_manager_);
|
| connection->AddService<Navigator>(this);
|
| // TODO(davemoore): Is this ok?
|
| - if (!navigator_.get()) {
|
| + if (!navigator_) {
|
| connection->ConnectToApplication(
|
| kEmbeddedAppURL)->ConnectToService(&navigator_);
|
| }
|
|
|