Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(319)

Unified Diff: components/ntp_snippets/content_suggestions_service_unittest.cc

Issue 2790743003: [Content suggestions] Implement fetching publishers' favicons (Closed)
Patch Set: Fix iOS compilation Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/ntp_snippets/content_suggestions_service_unittest.cc
diff --git a/components/ntp_snippets/content_suggestions_service_unittest.cc b/components/ntp_snippets/content_suggestions_service_unittest.cc
index ccab94963ffa9cf964dadc5dd17fe5378f5e1222..498809a6f587c9be76f82830911cefdcf51339d6 100644
--- a/components/ntp_snippets/content_suggestions_service_unittest.cc
+++ b/components/ntp_snippets/content_suggestions_service_unittest.cc
@@ -154,8 +154,9 @@ class ContentSuggestionsServiceTest : public testing::Test {
service_ = base::MakeUnique<ContentSuggestionsService>(
enabled, /*signin_manager=*/nullptr, /*history_service=*/nullptr,
- pref_service_.get(), std::move(category_ranker_),
- std::move(user_classifier), /*scheduler=*/nullptr);
+ /*large_icon_service=*/nullptr, pref_service_.get(),
+ std::move(category_ranker_), std::move(user_classifier),
+ /*scheduler=*/nullptr);
}
void ResetService() {

Powered by Google App Engine
This is Rietveld 408576698