| Index: mojo/examples/window_manager/window_manager.cc
|
| diff --git a/mojo/examples/window_manager/window_manager.cc b/mojo/examples/window_manager/window_manager.cc
|
| index f672c5ffb4a1252eb52e091a9198e3e15094e1e1..e1cb54d4eab98a2c30e58bc5beba061049d609c9 100644
|
| --- a/mojo/examples/window_manager/window_manager.cc
|
| +++ b/mojo/examples/window_manager/window_manager.cc
|
| @@ -464,7 +464,7 @@ class WindowManager : public ApplicationDelegate,
|
| navigation::NavigationDetailsPtr nav_details,
|
| navigation::ResponseDetailsPtr response) {
|
| node->Embed(app_url);
|
| - if (nav_details.get()) {
|
| + if (nav_details) {
|
| navigation::NavigatorPtr navigator;
|
| app_->ConnectToService(app_url, &navigator);
|
| navigator->Navigate(node->id(), nav_details.Pass(), response.Pass());
|
|
|