| Index: ios/chrome/browser/reading_list/reading_list_model_factory.cc
|
| diff --git a/ios/chrome/browser/reading_list/reading_list_model_factory.cc b/ios/chrome/browser/reading_list/reading_list_model_factory.cc
|
| index 98e3eb83d08bb940c96e24389d892d3382695cc3..1bfd81a328a7ac8d211e6d1043a8a81e736f327f 100644
|
| --- a/ios/chrome/browser/reading_list/reading_list_model_factory.cc
|
| +++ b/ios/chrome/browser/reading_list/reading_list_model_factory.cc
|
| @@ -63,8 +63,7 @@ std::unique_ptr<KeyedService> ReadingListModelFactory::BuildServiceInstanceFor(
|
|
|
| const syncer::ModelTypeStoreFactory& store_factory =
|
| browser_sync::ProfileSyncService::GetModelTypeStoreFactory(
|
| - syncer::READING_LIST, chrome_browser_state->GetStatePath(),
|
| - web::WebThread::GetBlockingPool());
|
| + syncer::READING_LIST, chrome_browser_state->GetStatePath());
|
| std::unique_ptr<ReadingListStore> store = base::MakeUnique<ReadingListStore>(
|
| store_factory,
|
| base::Bind(&syncer::ModelTypeChangeProcessor::Create,
|
|
|