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 9fccf914d31fd6160b7b41932a63672487c550fa..625200990821bcabd56ca23932fa735988955a24 100644 |
--- a/components/ntp_snippets/content_suggestions_service_unittest.cc |
+++ b/components/ntp_snippets/content_suggestions_service_unittest.cc |
@@ -206,7 +206,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(); } |