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

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

Issue 2639393002: [Sync] Make SMTP always have the dump stack function. (Closed)
Patch Set: Rebase. 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
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 563c1c378736ba0c2f1af6fb861202b915c0f10c..7d124289971f5c1d92fbe69f29fff55e5c859a3d 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) {}

Powered by Google App Engine
This is Rietveld 408576698