| Index: mash/example/window_type_launcher/window_type_launcher.cc
|
| diff --git a/mash/example/window_type_launcher/window_type_launcher.cc b/mash/example/window_type_launcher/window_type_launcher.cc
|
| index 14ffd164a909d84c4c0d6aa139a3b4e99a2a9257..b8dcbb626fe3c16814c7fec5d54524f2d469f6c8 100644
|
| --- a/mash/example/window_type_launcher/window_type_launcher.cc
|
| +++ b/mash/example/window_type_launcher/window_type_launcher.cc
|
| @@ -274,7 +274,7 @@ class WindowTypeLauncherView : public views::WidgetDelegateView,
|
| }
|
| else if (sender == lock_button_) {
|
| mash::shell::mojom::ShellPtr shell;
|
| - shell_->ConnectToService("mojo:mash_shell", &shell);
|
| + shell_->ConnectToInterface("mojo:mash_shell", &shell);
|
| shell->LockScreen();
|
| }
|
| else if (sender == widgets_button_) {
|
|
|