| Index: mojo/examples/demo_launcher/demo_launcher.cc
|
| diff --git a/mojo/examples/demo_launcher/demo_launcher.cc b/mojo/examples/demo_launcher/demo_launcher.cc
|
| index d6a3712fd920e7c422f1dbcc2bf4530e22b9b61c..273e5acbf47e081a7d83c61da56f9686b035b507 100644
|
| --- a/mojo/examples/demo_launcher/demo_launcher.cc
|
| +++ b/mojo/examples/demo_launcher/demo_launcher.cc
|
| @@ -25,9 +25,9 @@ class DemoLauncher : public ApplicationDelegate {
|
|
|
| virtual bool ConfigureIncomingConnection(ApplicationConnection* connection)
|
| MOJO_OVERRIDE {
|
| - view_manager_init_->EmbedRoot("mojo:mojo_window_manager",
|
| - base::Bind(&DemoLauncher::OnConnect,
|
| - base::Unretained(this)));
|
| + view_manager_init_->Embed("mojo:mojo_window_manager",
|
| + base::Bind(&DemoLauncher::OnConnect,
|
| + base::Unretained(this)));
|
| return true;
|
| }
|
|
|
|
|