Index: chrome/browser/sync/internal_api/sync_manager.h |
diff --git a/chrome/browser/sync/internal_api/sync_manager.h b/chrome/browser/sync/internal_api/sync_manager.h |
index 27e0dc35869d293fc6aed566ce6a1cada10ba72d..0e2788b7bc61c7fdec73a392f05e3f68238a1efc 100644 |
--- a/chrome/browser/sync/internal_api/sync_manager.h |
+++ b/chrome/browser/sync/internal_api/sync_manager.h |
@@ -457,7 +457,7 @@ class SyncManager { |
// Conditionally sets the flag in the Nigori node which instructs other |
// clients to start syncing tabs. |
- void MaybeSetSyncTabsInNigoriNode(const syncable::ModelTypeSet enabled_types); |
+ void MaybeSetSyncTabsInNigoriNode(syncable::ModelEnumSet enabled_types); |
// Put the syncer in normal mode ready to perform nudges and polls. |
void StartSyncingNormally(); |
@@ -576,7 +576,7 @@ class SyncManager { |
bool notifications_enabled); |
void TriggerOnIncomingNotificationForTest( |
- const syncable::ModelTypeBitSet& model_types); |
+ syncable::ModelEnumSet model_types); |
private: |
base::ThreadChecker thread_checker_; |