| Index: ios/chrome/browser/sync/sync_setup_service.cc
|
| diff --git a/ios/chrome/browser/sync/sync_setup_service.cc b/ios/chrome/browser/sync/sync_setup_service.cc
|
| index cd08be5c57e8d97822608d5e160ca0bb5fe903ef..d4963636442ce96c0cb3b650bd8bb48f1a074701 100644
|
| --- a/ios/chrome/browser/sync/sync_setup_service.cc
|
| +++ b/ios/chrome/browser/sync/sync_setup_service.cc
|
| @@ -22,8 +22,9 @@ namespace {
|
| // The set of user-selectable datatypes. This must be in the same order as
|
| // |SyncSetupService::SyncableDatatype|.
|
| syncer::ModelType kDataTypes[] = {
|
| - syncer::BOOKMARKS, syncer::TYPED_URLS, syncer::PASSWORDS,
|
| - syncer::PROXY_TABS, syncer::AUTOFILL, syncer::PREFERENCES,
|
| + syncer::BOOKMARKS, syncer::TYPED_URLS, syncer::PASSWORDS,
|
| + syncer::PROXY_TABS, syncer::AUTOFILL, syncer::PREFERENCES,
|
| + syncer::READING_LIST,
|
| };
|
| } // namespace
|
|
|
|
|