| Index: mash/example/window_type_launcher/main.cc
|
| diff --git a/mash/example/window_type_launcher/main.cc b/mash/example/window_type_launcher/main.cc
|
| index 690977386b807774936a87633910b294c294a387..f2432286292472b5829d71ca06425a8d921ec166 100644
|
| --- a/mash/example/window_type_launcher/main.cc
|
| +++ b/mash/example/window_type_launcher/main.cc
|
| @@ -66,7 +66,7 @@ int main(int argc, char** argv) {
|
| base::MessageLoop loop;
|
| WindowTypeLauncher delegate;
|
| shell::ServiceContext impl(&delegate,
|
| - shell::GetServiceRequestFromCommandLine());
|
| + shell::GetServiceRequestFromCommandLine());
|
| loop.Run();
|
|
|
| mojo::edk::ShutdownIPCSupport();
|
|
|