| Index: components/ntp_snippets/remote/ntp_snippets_service_unittest.cc
|
| diff --git a/components/ntp_snippets/remote/ntp_snippets_service_unittest.cc b/components/ntp_snippets/remote/ntp_snippets_service_unittest.cc
|
| index 3002a7a38657132f45681d1ad8b249048a4e7f21..b34d617ce549e2a071d84b4ea4d0254f5af3211a 100644
|
| --- a/components/ntp_snippets/remote/ntp_snippets_service_unittest.cc
|
| +++ b/components/ntp_snippets/remote/ntp_snippets_service_unittest.cc
|
| @@ -406,7 +406,8 @@ class NTPSnippetsServiceTest : public ::testing::Test {
|
| base::MakeUnique<NTPSnippetsFetcher>(
|
| utils_.fake_signin_manager(), fake_token_service_.get(),
|
| std::move(request_context_getter), utils_.pref_service(),
|
| - &category_factory_, base::Bind(&ParseJson), kAPIKey);
|
| + &category_factory_, base::Bind(&ParseJson), kAPIKey,
|
| + &user_classifier_);
|
|
|
| utils_.fake_signin_manager()->SignIn("foo@bar.com");
|
| snippets_fetcher->SetPersonalizationForTesting(
|
|
|