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 842b097dd8e4bba8e9641b40e68f5d72f2a5061f..59d721dea1683fac274a0b76566dffc1d1dbfb95 100644 |
--- a/components/ntp_snippets/content_suggestions_service_unittest.cc |
+++ b/components/ntp_snippets/content_suggestions_service_unittest.cc |
@@ -205,7 +205,8 @@ class ContentSuggestionsServiceTest : public testing::Test { |
void CreateContentSuggestionsService( |
ContentSuggestionsService::State enabled) { |
ASSERT_FALSE(service_); |
- service_.reset(new ContentSuggestionsService(enabled)); |
+ service_.reset( |
+ new ContentSuggestionsService(enabled, /*history_service=*/nullptr)); |
} |
ContentSuggestionsService* service() { return service_.get(); } |