| 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 feef0793623a0c482e196b5351793a3a6767ab31..5db337427fbec2de8f896b196a3df1f9db1ddebf 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 {
|
|
|