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 0e2788b7bc61c7fdec73a392f05e3f68238a1efc..138ec92f5176d47fe6b4d254b27a1bcb806aa785 100644 |
--- a/chrome/browser/sync/internal_api/sync_manager.h |
+++ b/chrome/browser/sync/internal_api/sync_manager.h |
@@ -483,8 +483,8 @@ class SyncManager { |
// Switches the mode of operation to CONFIGURATION_MODE and |
// schedules a config task to fetch updates for |types|. |
- void RequestConfig(const syncable::ModelTypeBitSet& types, |
- sync_api::ConfigureReason reason); |
+ void RequestConfig(syncable::ModelEnumSet types, |
+ sync_api::ConfigureReason reason); |
void RequestCleanupDisabledTypes(); |