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 995c936eb176015db4238206f0e180252d358e52..6029e6021e5d5c8ea69f31edebce142c4b3aa9bc 100644 |
--- a/mojo/examples/demo_launcher/demo_launcher.cc |
+++ b/mojo/examples/demo_launcher/demo_launcher.cc |
@@ -25,7 +25,7 @@ class DemoLauncher : public mojo::ApplicationDelegate { |
private: |
virtual void Initialize(mojo::ApplicationImpl* app) MOJO_OVERRIDE { |
context_.reset(new mojo::ViewManagerContext(app)); |
- context_->Embed("mojo:mojo_view_manager"); |
+ context_->Embed("mojo:mojo_window_manager"); |
} |
scoped_ptr<mojo::ViewManagerContext> context_; |