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

Unified Diff: components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc

Issue 2759943002: [Remote suggestions] Do not fetch before EULA accepted (Closed)
Patch Set: Fix unit-test Created 3 years, 9 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/remote/scheduling_remote_suggestions_provider_unittest.cc
diff --git a/components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc b/components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc
index b5ae799498a46492151a937672e36bef31a5edc7..db44301cd66632268279da0ac0c4c970e56c3323 100644
--- a/components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc
+++ b/components/ntp_snippets/remote/scheduling_remote_suggestions_provider_unittest.cc
@@ -146,7 +146,7 @@ class SchedulingRemoteSuggestionsProviderTest
base::MakeUnique<SchedulingRemoteSuggestionsProvider>(
/*observer=*/nullptr, std::move(underlying_provider),
&persistent_scheduler_, &user_classifier_, utils_.pref_service(),
- std::move(test_clock));
+ utils_.pref_service(), std::move(test_clock));
}
void SetVariationParameter(const std::string& param_name,

Powered by Google App Engine
This is Rietveld 408576698