| Index: chrome/browser/sync/glue/autofill_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| index bb513d3f48612140a91d5a62d4384943577de816..39914364c2cc46ab3dbe377516709c8f897b10d0 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| @@ -52,8 +52,9 @@ class AutofillDataTypeController
|
|
|
| // Self-invoked on the DB thread to call the AutocompleteSyncableService with
|
| // an updated value of autofill culling settings.
|
| - void UpdateAutofillCullingSettings(bool cull_expired_entries,
|
| - scoped_refptr<autofill::AutofillWebDataService> web_data_service);
|
| + void UpdateAutofillCullingSettings(
|
| + bool cull_expired_entries,
|
| + autofill::AutofillWebDataService* web_data_service);
|
|
|
| // Callback once WebDatabase has loaded.
|
| void WebDatabaseLoaded();
|
|
|