[Autofill] Use base::Time::Now instead of AutofillClock::Now in autofill_tets_utils
Initially when the usage of test clocks was unified [1], there was an exception for Next* functions in autofill_test_utils that used base::Time::Now instead of AutofillClock::Now. However later, probably because of presubmit suggestion, it was replaced with AutofillClock::Time as well [2]. Also unified usage of Next* functions. Might be the cause of test flakiness. [1]https://chromium-review.googlesource.com/c/chromium/src/+/1850434 [2]https://chromium-review.googlesource.com/c/chromium/src/+/2103654 Bug: 1108232 Change-Id: I025075126f7cc387d5744b21f1199ddb22d00f57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428986 Commit-Queue: Elizabeth Popova <lizapopova@google.com> Reviewed-by:Christoph Schwering <schwering@google.com> Cr-Commit-Position: refs/heads/master@{#810583}
Showing
Please register or sign in to comment