| Index: components/ntp_snippets/remote/remote_suggestions_scheduler_impl.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_scheduler_impl.cc b/components/ntp_snippets/remote/remote_suggestions_scheduler_impl.cc
|
| index 743969a435c2f3a3b92a1a6a85351fc4a55747da..734b2842cc239190afc406c7e6e87de48eacd394 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_scheduler_impl.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_scheduler_impl.cc
|
| @@ -442,11 +442,9 @@ void RemoteSuggestionsSchedulerImpl::RefetchInTheBackground() {
|
| }
|
|
|
| background_fetch_in_progress_ = true;
|
| - provider_->RefetchInTheBackground(
|
| - base::MakeUnique<RemoteSuggestionsProvider::FetchStatusCallback>(
|
| - base::Bind(
|
| - &RemoteSuggestionsSchedulerImpl::RefetchInTheBackgroundFinished,
|
| - base::Unretained(this))));
|
| + provider_->RefetchInTheBackground(base::Bind(
|
| + &RemoteSuggestionsSchedulerImpl::RefetchInTheBackgroundFinished,
|
| + base::Unretained(this)));
|
| }
|
|
|
| bool RemoteSuggestionsSchedulerImpl::ShouldRefetchInTheBackgroundNow(
|
|
|