| Index: chrome/browser/sync/notifier/registration_manager.h
|
| diff --git a/chrome/browser/sync/notifier/registration_manager.h b/chrome/browser/sync/notifier/registration_manager.h
|
| index cb222009dacf12781e14075608b49af3a5115440..272cda655268ad2bc44dd4de5232d88beb04e706 100644
|
| --- a/chrome/browser/sync/notifier/registration_manager.h
|
| +++ b/chrome/browser/sync/notifier/registration_manager.h
|
| @@ -67,7 +67,7 @@ class RegistrationManager {
|
|
|
| // Registers all types included in the given set (that are not
|
| // already disabled) and sets all other types to be unregistered.
|
| - void SetRegisteredTypes(const syncable::ModelTypeSet& types);
|
| + void SetRegisteredTypes(syncable::ModelEnumSet types);
|
|
|
| // Marks the registration for the |model_type| lost and re-registers
|
| // it (unless it's disabled).
|
| @@ -84,7 +84,7 @@ class RegistrationManager {
|
| // The functions below should only be used in tests.
|
|
|
| // Gets all currently-registered types.
|
| - syncable::ModelTypeSet GetRegisteredTypes() const;
|
| + syncable::ModelEnumSet GetRegisteredTypes() const;
|
|
|
| // Gets all pending registrations and their next min delays.
|
| PendingRegistrationMap GetPendingRegistrations() const;
|
|
|