diff options
Diffstat (limited to 'chrome/browser/sync/engine/all_status.h')
-rw-r--r-- | chrome/browser/sync/engine/all_status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/all_status.h b/chrome/browser/sync/engine/all_status.h index 5f142cb..0e6238c 100644 --- a/chrome/browser/sync/engine/all_status.h +++ b/chrome/browser/sync/engine/all_status.h @@ -44,7 +44,7 @@ class AllStatus : public SyncEngineEventListener { void IncrementNotificationsReceived(); - void SetEncryptedTypes(const syncable::ModelTypeSet& types); + void SetEncryptedTypes(syncable::ModelEnumSet types); void SetCryptographerReady(bool ready); void SetCryptoHasPendingKeys(bool has_pending_keys); |