| 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 f801e94680ba0f5c5d063eb43dfbbfb8c769f7e9..c845b1b89aa95e8b57c81925786924981e5135a0 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service_unittest.cc
|
| @@ -61,7 +61,7 @@ class NTPSnippetsServiceTest : public testing::Test {
|
| signin_client_.get(), account_tracker_.get());
|
|
|
| scoped_ptr<NTPSnippetsService> service(
|
| - new NTPSnippetsService(task_runner.get(), std::string("fr"),
|
| + new NTPSnippetsService(task_runner.get(), std::string("fr"), nullptr,
|
| make_scoped_ptr(new NTPSnippetsFetcher(task_runner.get(),
|
| signin_manager, token_service, request_context_getter,
|
| base::FilePath()))));
|
| @@ -75,7 +75,6 @@ class NTPSnippetsServiceTest : public testing::Test {
|
| DISALLOW_COPY_AND_ASSIGN(NTPSnippetsServiceTest);
|
| };
|
|
|
| -
|
| TEST_F(NTPSnippetsServiceTest, Create) {
|
| scoped_ptr<NTPSnippetsService> service(CreateSnippetService());
|
| EXPECT_FALSE(service->is_loaded());
|
|
|