| Index: components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_service_unittest.cc b/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| index 22371313cc515980ba60c335e6a53fa10fd9f33d..e06337a341a087bcd7d85ad089892676cbb500af 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| @@ -62,7 +62,7 @@ scoped_ptr<NTPSnippetsService> CreateSnippetService(
|
| new TestSigninClient(nullptr), new AccountTrackerService());
|
|
|
| scoped_ptr<NTPSnippetsService> service(
|
| - new NTPSnippetsService(task_runner.get(), language_code,
|
| + new NTPSnippetsService(task_runner.get(), language_code, nullptr,
|
| make_scoped_ptr(new NTPSnippetsFetcher(task_runner.get(),
|
| signin_manager, token_service, request_context_getter,
|
| base::FilePath()))));
|
|
|