| 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 c428456a152d01d944e4e918e5d720e12b07238e..9372c8c17542ddd009324288a29f4c36308e27b2 100644
|
| --- a/mash/example/window_type_launcher/window_type_launcher.cc
|
| +++ b/mash/example/window_type_launcher/window_type_launcher.cc
|
| @@ -496,8 +496,9 @@ void WindowTypeLauncher::OnStart(const shell::Identity& identity) {
|
| views::WindowManagerConnection::Create(connector(), identity);
|
| }
|
|
|
| -bool WindowTypeLauncher::OnConnect(shell::Connection* connection) {
|
| - connection->AddInterface<mash::mojom::Launchable>(this);
|
| +bool WindowTypeLauncher::OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) {
|
| + registry->AddInterface<mash::mojom::Launchable>(this);
|
| return true;
|
| }
|
|
|
|
|