| Index: chrome/browser/sync/sync_setup_flow.h
|
| diff --git a/chrome/browser/sync/sync_setup_flow.h b/chrome/browser/sync/sync_setup_flow.h
|
| index 712df92dafb0a34c15ffff9132f978d03f308e97..4fb9a93390d4aa7611714834a0ae9d53df9dd524 100644
|
| --- a/chrome/browser/sync/sync_setup_flow.h
|
| +++ b/chrome/browser/sync/sync_setup_flow.h
|
| @@ -30,7 +30,7 @@ struct SyncConfiguration {
|
|
|
| bool encrypt_all;
|
| bool sync_everything;
|
| - syncable::ModelEnumSet data_types;
|
| + syncable::ModelTypeSet data_types;
|
| // We pass a separate |set_xxxxx_passphrase| flag because sometimes the UI
|
| // wants to set an empty gaia/secondary passphrase (for example, when the user
|
| // doesn't enter a passphrase, but we still want the ProfileSyncService to
|
|
|