| 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 41e6293b5bb08a175ad13d8494ac0387c0f0c3cd..9d15f5a07b621ff8eceff42625dd78f248f16c2e 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| +++ b/components/password_manager/core/browser/affiliation_fetch_throttler_unittest.cc
|
| @@ -73,8 +73,8 @@ class AffiliationFetchThrottlerTest : public testing::Test {
|
| ~AffiliationFetchThrottlerTest() override {}
|
|
|
| std::unique_ptr<AffiliationFetchThrottler> CreateThrottler() {
|
| - return base::WrapUnique(new AffiliationFetchThrottler(
|
| - &mock_delegate_, task_runner_, mock_tick_clock_.get()));
|
| + return base::MakeUnique<AffiliationFetchThrottler>(
|
| + &mock_delegate_, task_runner_, mock_tick_clock_.get());
|
| }
|
|
|
| void SimulateHasNetworkConnectivity(bool has_connectivity) {
|
|
|