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 5bff9a8ea10709286ad811c9d0ed5c11a53949cd..dd88fd7d0c064fdac34794ed47bd16a11dba19c3 100644 |
--- a/chrome/browser/sync/glue/autofill_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/autofill_data_type_controller.cc |
@@ -107,7 +107,7 @@ void AutofillDataTypeController::UpdateAutofillCullingSettings( |
bool cull_expired_entries) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB)); |
AutocompleteSyncableService* service = |
- web_data_service_->GetAutocompleteSyncableService(); |
+ AutocompleteSyncableService::FromWebData(web_data_service_); |
if (!service) { |
DVLOG(1) << "Can't update culling, no AutocompleteSyncableService."; |
return; |