Commit 0a368d23 authored by ben's avatar ben Committed by Commit bot

GAR. Fix demo launcher typo.

BUG=none
TBR=aa@chromium.org

Review URL: https://codereview.chromium.org/600153002

Cr-Commit-Position: refs/heads/master@{#296542}
parent 5f98d33d
......@@ -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_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment