summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/engine/sync_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/engine/sync_status.h')
-rw-r--r--sync/internal_api/public/engine/sync_status.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h
index c9cff52..5e330ac 100644
--- a/sync/internal_api/public/engine/sync_status.h
+++ b/sync/internal_api/public/engine/sync_status.h
@@ -80,12 +80,12 @@ struct SyncStatus {
int useful_sync_cycles;
// Encryption related.
- syncable::ModelTypeSet encrypted_types;
+ syncer::ModelTypeSet encrypted_types;
bool cryptographer_ready;
bool crypto_has_pending_keys;
// Per-datatype throttled status.
- syncable::ModelTypeSet throttled_types;
+ syncer::ModelTypeSet throttled_types;
// The unique identifer for this client.
std::string unique_id;