Index: chrome/browser/chromeos/system/device_disabling_browsertest.cc |
diff --git a/chrome/browser/chromeos/system/device_disabling_browsertest.cc b/chrome/browser/chromeos/system/device_disabling_browsertest.cc |
index 1470800f3fe33fc9c9a136b9e758bbbb66a4550c..e616885710fe20645eb0f8a16937f56866cbe819 100644 |
--- a/chrome/browser/chromeos/system/device_disabling_browsertest.cc |
+++ b/chrome/browser/chromeos/system/device_disabling_browsertest.cc |
@@ -190,7 +190,7 @@ IN_PROC_BROWSER_TEST_F(DeviceDisablingTest, DisableWithEphemeralUsers) { |
// The login profile is scrubbed before attempting to show the login screen. |
// Wait for the scrubbing to finish. |
base::RunLoop run_loop; |
- ProfileHelper::Get()->ClearSigninProfile(run_loop.QuitClosure()); |
+ ProfileHelper::Get()->ClearSigninProfile(run_loop.QuitClosure(), nullptr); |
run_loop.Run(); |
base::RunLoop().RunUntilIdle(); |