summaryrefslogtreecommitdiffstats
path: root/sync/engine/all_status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/engine/all_status.cc')
-rw-r--r--sync/engine/all_status.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/engine/all_status.cc b/sync/engine/all_status.cc
index 8d96422..8f8b649 100644
--- a/sync/engine/all_status.cc
+++ b/sync/engine/all_status.cc
@@ -135,12 +135,12 @@ void AllStatus::IncrementNotificationsReceived() {
++status_.notifications_received;
}
-void AllStatus::SetEncryptedTypes(syncable::ModelTypeSet types) {
+void AllStatus::SetEncryptedTypes(syncer::ModelTypeSet types) {
ScopedStatusLock lock(this);
status_.encrypted_types = types;
}
-void AllStatus::SetThrottledTypes(const syncable::ModelTypeSet& types) {
+void AllStatus::SetThrottledTypes(const syncer::ModelTypeSet& types) {
ScopedStatusLock lock(this);
status_.throttled_types = types;
}