| 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 4fb9a93390d4aa7611714834a0ae9d53df9dd524..712df92dafb0a34c15ffff9132f978d03f308e97 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::ModelTypeSet data_types;
|
| + syncable::ModelEnumSet 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
|
|
|