Chromium Code Reviews| 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..e67ba5cd0fe6b4bf17d3c33f67c184bb4304d682 100644 |
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h |
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h |
| @@ -53,7 +53,7 @@ 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, |
|
Lei Zhang
2013/06/07 20:42:49
nit: put |cull_expired_entries| on the next line.
Cait (Slow)
2013/06/07 21:00:42
Done.
|
| - scoped_refptr<autofill::AutofillWebDataService> web_data_service); |
| + autofill::AutofillWebDataService* web_data_service); |
| // Callback once WebDatabase has loaded. |
| void WebDatabaseLoaded(); |