| Index: ui/base/test/ui_cocoa_test_helper.mm
|
| diff --git a/ui/base/test/ui_cocoa_test_helper.mm b/ui/base/test/ui_cocoa_test_helper.mm
|
| index adfb427934854e4fd68facf37f7e953b87970932..5e33b326597e17479c8cbc97e25d18f812b620c2 100644
|
| --- a/ui/base/test/ui_cocoa_test_helper.mm
|
| +++ b/ui/base/test/ui_cocoa_test_helper.mm
|
| @@ -107,7 +107,7 @@ void CocoaTest::TearDown() {
|
| // Cover delayed actions by spinning the loop at least once after
|
| // this timeout.
|
| const NSTimeInterval kCloseTimeoutSeconds =
|
| - TestTimeouts::action_timeout_ms() / 1000.0;
|
| + TestTimeouts::action_timeout().InSecondsF();
|
|
|
| // Cover chains of delayed actions by spinning the loop at least
|
| // this many times.
|
|
|