| Index: components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc b/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| index 3686696729963c17576f68e2913f0185a72616e1..2e066099ba277d8de0aa16043af2da8298ac3c75 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| +++ b/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| @@ -89,7 +89,7 @@ class AffiliationFetchThrottlerTest : public testing::Test {
|
| double min_delay_ms,
|
| double max_delay_ms) {
|
| ASSERT_EQ(0u, mock_delegate_.can_send_count());
|
| - base::TimeTicks ticks_at_start = task_runner_->GetCurrentMockTime();
|
| + base::TimeTicks ticks_at_start = task_runner_->NowTicks();
|
| mock_delegate_.set_emulated_return_value(emulated_return_value);
|
| task_runner_->FastForwardUntilNoTasksRemain();
|
| ASSERT_EQ(1u, mock_delegate_.can_send_count());
|
|
|