Index: components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc |
diff --git a/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc b/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc |
index b30ba6e041e06faee0a5e23181c213a188c91053..f6099bdac5dccc6ba19c8227f827cdfe773e2458 100644 |
--- a/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc |
+++ b/components/ntp_snippets/remote/remote_suggestions_provider_impl_unittest.cc |
@@ -428,7 +428,8 @@ class RemoteSuggestionsProviderImplTest : public ::testing::Test { |
auto suggestions_fetcher = base::MakeUnique<RemoteSuggestionsFetcher>( |
utils_.fake_signin_manager(), /*token_service=*/nullptr, |
std::move(request_context_getter), utils_.pref_service(), nullptr, |
- base::Bind(&ParseJson), kAPIKey, &user_classifier_); |
+ base::Bind(&ParseJson), GetFetchEndpoint(version_info::Channel::STABLE), |
+ kAPIKey, &user_classifier_); |
suggestions_fetcher_ = suggestions_fetcher.get(); |
auto image_fetcher = base::MakeUnique<NiceMock<MockImageFetcher>>(); |