Index: chrome/browser/sync/glue/autofill_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.cc b/chrome/browser/sync/glue/autofill_data_type_controller.cc |
index 48dec09113fc1d1b763643be2f5fbce8d6b97ff3..8225b2435ee4e51471f8eb8accbcb98daf79faaf 100644 |
--- a/chrome/browser/sync/glue/autofill_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/autofill_data_type_controller.cc |
@@ -23,12 +23,10 @@ namespace browser_sync { |
AutofillDataTypeController::AutofillDataTypeController( |
ProfileSyncComponentsFactory* profile_sync_factory, |
- Profile* profile, |
- const DisableTypeCallback& disable_callback) |
+ Profile* profile) |
: NonUIDataTypeController( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI), |
base::Bind(&ChromeReportUnrecoverableError), |
- disable_callback, |
profile_sync_factory), |
profile_(profile) { |
} |