| 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 273e5acbf47e081a7d83c61da56f9686b035b507..86a1b3db92032cd2d8329241cc8d96db01f6c929 100644
|
| --- a/mojo/examples/demo_launcher/demo_launcher.cc
|
| +++ b/mojo/examples/demo_launcher/demo_launcher.cc
|
| @@ -33,7 +33,7 @@ class DemoLauncher : public ApplicationDelegate {
|
|
|
| void OnConnect(bool success) {}
|
|
|
| - view_manager::ViewManagerInitServicePtr view_manager_init_;
|
| + ViewManagerInitServicePtr view_manager_init_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DemoLauncher);
|
| };
|
|
|