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

Unified Diff: components/previews/core/previews_ui_service_unittest.cc

Issue 2749693003: Reland of Moving previews code from components/ to chrome/ (Closed)
Patch Set: fixed vector copy 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
« no previous file with comments | « components/previews/core/previews_ui_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/previews/core/previews_ui_service_unittest.cc
diff --git a/components/previews/core/previews_ui_service_unittest.cc b/components/previews/core/previews_ui_service_unittest.cc
index 57a1bbd8aefd1c14a7c2e872bee7f4f4886ac702..0398ffd73a24632f0cae1987ffe1e74726d12ef3 100644
--- a/components/previews/core/previews_ui_service_unittest.cc
+++ b/components/previews/core/previews_ui_service_unittest.cc
@@ -26,7 +26,8 @@ class TestPreviewsUIService : public PreviewsUIService {
std::unique_ptr<PreviewsOptOutStore> previews_opt_out_store)
: PreviewsUIService(previews_io_data,
io_task_runner,
- std::move(previews_opt_out_store)),
+ std::move(previews_opt_out_store),
+ PreviewsIsEnabledCallback()),
io_data_set_(false) {}
~TestPreviewsUIService() override {}
« no previous file with comments | « components/previews/core/previews_ui_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698