| Index: chrome/test/base/mash_browser_tests_main.cc
|
| diff --git a/chrome/test/base/mash_browser_tests_main.cc b/chrome/test/base/mash_browser_tests_main.cc
|
| index 5f44d7fc80b40e785053f6d56bde6178b69e8de6..7e01188225c2c0ac15529abfe9f6afe691e6c221 100644
|
| --- a/chrome/test/base/mash_browser_tests_main.cc
|
| +++ b/chrome/test/base/mash_browser_tests_main.cc
|
| @@ -162,7 +162,7 @@ void StartChildApp(service_manager::mojom::ServiceRequest service_request) {
|
| service_manager::ServiceContext context(
|
| base::MakeUnique<mash::MashPackagedService>(),
|
| std::move(service_request));
|
| - context.SetConnectionLostClosure(run_loop.QuitClosure());
|
| + context.SetQuitClosure(run_loop.QuitClosure());
|
| run_loop.Run();
|
| }
|
|
|
|
|