| 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 abbbf26f47ddcb873d07a08e6ab3b567b4c2338b..0b6e609400a6663dffe896721e9a362f0c06a425 100644
|
| --- a/chrome/browser/sync/sync_ui_util.cc
|
| +++ b/chrome/browser/sync/sync_ui_util.cc
|
| @@ -604,7 +604,7 @@ void ConstructAboutInformation(ProfileSyncService* service,
|
| full_status.crypto_has_pending_keys);
|
| sync_ui_util::AddStringSyncDetails(encryption,
|
| "Encrypted Types",
|
| - syncable::ModelTypeSetToString(full_status.encrypted_types));
|
| + syncer::ModelTypeSetToString(full_status.encrypted_types));
|
|
|
|
|
| ListValue* cycles = AddSyncDetailsSection(
|
|
|