Index: chrome/browser/sync/glue/sync_backend_host.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
index 3d4be779d4cfea3f7b58ad33a4b4824830d3e847..80dfa8753e836b212d052df90a816318a6ce06b2 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -386,7 +386,7 @@ class SyncBackendHost { |
void DoShutdown(bool stopping_sync); |
virtual void DoRequestConfig( |
- const syncable::ModelTypeBitSet& types_to_config, |
+ syncable::ModelEnumSet types_to_config, |
sync_api::ConfigureReason reason); |
// Start the configuration mode. |callback| is called on the sync |