Index: chrome/browser/sync/glue/data_type_manager_impl.h |
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h |
index 64afb34c90c17423c4ff374a624e0357615873de..093f30253f233347ed7f6498c85192b0b8416bef 100644 |
--- a/chrome/browser/sync/glue/data_type_manager_impl.h |
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h |
@@ -66,8 +66,7 @@ class DataTypeManagerImpl : public DataTypeManager { |
bool ProcessReconfigure(); |
void Restart(sync_api::ConfigureReason reason, bool enable_nigori); |
- void DownloadReady( |
- const syncable::ModelTypeSet& failed_configuration_types); |
+ void DownloadReady(syncable::ModelEnumSet failed_configuration_types); |
void NotifyStart(); |
void NotifyDone(const ConfigureResult& result); |
void SetBlockedAndNotify(); |