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

Unified Diff: components/reading_list/ios/reading_list_model_unittest.mm

Issue 2650643004: [Sync] Make SMTP always have the dump stack function. (Closed)
Patch Set: Created 3 years, 11 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/browser_sync/profile_sync_service.cc ('k') | components/sync/driver/data_type_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/reading_list/ios/reading_list_model_unittest.mm
diff --git a/components/reading_list/ios/reading_list_model_unittest.mm b/components/reading_list/ios/reading_list_model_unittest.mm
index a86b228c481dfb8f5be2997c281c8e17be327f8c..d92b042518d9a962183b498f20a203b41cb9332b 100644
--- a/components/reading_list/ios/reading_list_model_unittest.mm
+++ b/components/reading_list/ios/reading_list_model_unittest.mm
@@ -29,7 +29,8 @@ class TestReadingListStorage : public ReadingListModelStorage {
public:
TestReadingListStorage(TestReadingListStorageObserver* observer)
: ReadingListModelStorage(
- base::Bind(&syncer::ModelTypeChangeProcessor::Create),
+ base::Bind(&syncer::ModelTypeChangeProcessor::Create,
+ base::RepeatingClosure()),
syncer::READING_LIST),
entries_(new ReadingListStoreDelegate::ReadingListEntries()),
observer_(observer) {}
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/driver/data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698