| Index: components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| index 54a5cf03078d120f6d55351a0fd552aebd6b582b..13be6df9b762850f49bac993d7a99685fb33f5ca 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_fetcher_unittest.cc
|
| @@ -307,7 +307,7 @@ class RemoteSuggestionsFetcherTestBase : public testing::Test {
|
| std::move(request_context_getter), utils_.pref_service(), nullptr,
|
| base::Bind(&ParseJsonDelayed), kAPIKey, user_classifier_.get());
|
|
|
| - fetcher_->SetTickClockForTesting(mock_task_runner_->GetMockTickClock());
|
| + fetcher_->SetClockForTesting(mock_task_runner_->GetMockClock());
|
| }
|
|
|
| void SignIn() { utils_.fake_signin_manager()->SignIn(kTestEmail); }
|
|
|