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

Unified Diff: components/ntp_snippets/content_suggestions_service_unittest.cc

Issue 2790743003: [Content suggestions] Implement fetching publishers' favicons (Closed)
Patch Set: Minor fix Created 3 years, 8 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
« no previous file with comments | « components/ntp_snippets/content_suggestions_service.cc ('k') | ios/chrome/browser/ntp_snippets/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « components/ntp_snippets/content_suggestions_service.cc ('k') | ios/chrome/browser/ntp_snippets/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698