summaryrefslogtreecommitdiffstats
path: root/mojo/examples/demo_launcher/demo_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/examples/demo_launcher/demo_launcher.cc')
-rw-r--r--mojo/examples/demo_launcher/demo_launcher.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/mojo/examples/demo_launcher/demo_launcher.cc b/mojo/examples/demo_launcher/demo_launcher.cc
index d6a3712..273e5ac 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;
}