| Index: components/reading_list/ios/reading_list_store.cc
|
| diff --git a/components/reading_list/ios/reading_list_store.cc b/components/reading_list/ios/reading_list_store.cc
|
| index a115eec20f90cdf75f50c9021bc67aec1110ca2b..2752babb00aab4b3bc87962eda4e92d2311c15fa 100644
|
| --- a/components/reading_list/ios/reading_list_store.cc
|
| +++ b/components/reading_list/ios/reading_list_store.cc
|
| @@ -120,7 +120,7 @@ void ReadingListStore::OnDatabaseLoad(
|
| if (result != syncer::ModelTypeStore::Result::SUCCESS) {
|
| change_processor()->OnMetadataLoaded(
|
| change_processor()->CreateAndUploadError(
|
| - FROM_HERE, "Cannot load Reading List Database."),
|
| + FROM_HERE, "Cannot load Reading List Database.", type()),
|
| nullptr);
|
| return;
|
| }
|
|
|