Index: chrome/browser/sync/sync_ui_util.cc |
diff --git a/chrome/browser/sync/sync_ui_util.cc b/chrome/browser/sync/sync_ui_util.cc |
index 6e4ae48b011dac971fb42353ccd3934a0db83209..7cc20915ca7b40b34b84c3a44fbc4dbba7702cd7 100644 |
--- a/chrome/browser/sync/sync_ui_util.cc |
+++ b/chrome/browser/sync/sync_ui_util.cc |
@@ -613,7 +613,7 @@ void ConstructAboutInformation(ProfileSyncService* service, |
full_status.crypto_has_pending_keys); |
sync_ui_util::AddStringSyncDetails(details, |
"Encrypted Types", |
- syncable::ModelEnumSetToString(full_status.encrypted_types)); |
+ syncable::ModelTypeSetToString(full_status.encrypted_types)); |
const browser_sync::sessions::SyncSessionSnapshot* snapshot = |
service->sync_initialized() ? |