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