Index: chrome/browser/sync/engine/all_status.cc |
diff --git a/chrome/browser/sync/engine/all_status.cc b/chrome/browser/sync/engine/all_status.cc |
index e8bb0666e2590c2ab70af823c8e68f03227f62e2..98f0e00b49d19dda5bec12ccbdf90c0f37bce8a8 100644 |
--- a/chrome/browser/sync/engine/all_status.cc |
+++ b/chrome/browser/sync/engine/all_status.cc |
@@ -173,7 +173,7 @@ void AllStatus::IncrementNotificationsReceived() { |
++status_.notifications_received; |
} |
-void AllStatus::SetEncryptedTypes(syncable::ModelEnumSet types) { |
+void AllStatus::SetEncryptedTypes(syncable::ModelTypeSet types) { |
ScopedStatusLock lock(this); |
status_.encrypted_types = types; |
} |