Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1183)

Unified Diff: components/ntp_snippets/ntp_snippets_service_unittest.cc

Issue 1699143002: [NTP Snippets] Schedule periodic fetching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@snippets_feature
Patch Set: rebase Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()))));

Powered by Google App Engine
This is Rietveld 408576698