| Index: components/sync/engine/sync_status.cc
|
| diff --git a/components/sync/engine/sync_status.cc b/components/sync/engine/sync_status.cc
|
| index da22b37e5d67e665812070a486eb66ee547dee92..e6b0c089365fb54cca4b2ae81f61bf1a79f21904 100644
|
| --- a/components/sync/engine/sync_status.cc
|
| +++ b/components/sync/engine/sync_status.cc
|
| @@ -26,7 +26,7 @@ SyncStatus::SyncStatus()
|
| cryptographer_ready(false),
|
| crypto_has_pending_keys(false),
|
| has_keystore_key(false),
|
| - passphrase_type(IMPLICIT_PASSPHRASE),
|
| + passphrase_type(PassphraseType::IMPLICIT_PASSPHRASE),
|
| num_entries_by_type(MODEL_TYPE_COUNT, 0),
|
| num_to_delete_entries_by_type(MODEL_TYPE_COUNT, 0) {}
|
|
|
|
|