Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: components/sync/engine/sync_status.cc

Issue 2279713002: Make PassphraseType a "enum class" instead of "enum". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix java Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}
« no previous file with comments | « components/sync/driver/glue/sync_backend_host_mock.cc ('k') | components/sync/engine/sync_string_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698