| 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 7a0fabee50218156398928b986f9be9d636bbecc..e8bb0666e2590c2ab70af823c8e68f03227f62e2 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(const syncable::ModelTypeSet& types) {
|
| +void AllStatus::SetEncryptedTypes(syncable::ModelEnumSet types) {
|
| ScopedStatusLock lock(this);
|
| status_.encrypted_types = types;
|
| }
|
|
|