| Index: chrome/browser/chromeos/login/login_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/login_browsertest.cc b/chrome/browser/chromeos/login/login_browsertest.cc
|
| index 0ea474b3f57631de19858badb4fba00ebf87aea5..68b714ccd1b33fdb9394fab9119a450deb107622 100644
|
| --- a/chrome/browser/chromeos/login/login_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/login_browsertest.cc
|
| @@ -93,7 +93,7 @@ class LoginSigninTest : public InProcessBrowserTest {
|
| void TearDownOnMainThread() override {
|
| // Close the login manager, which otherwise holds a KeepAlive that is not
|
| // cleared in time by the end of the test.
|
| - LoginDisplayHost::default_host()->Finalize();
|
| + LoginDisplayHost::default_host()->Finalize(base::OnceClosure());
|
| }
|
|
|
| void SetUpOnMainThread() override {
|
|
|