Chromium Code Reviews| Index: components/autofill/core/browser/autofill_manager.h |
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h |
| index 7352df332d3b90b92116e2e23d1f5075296ec7e5..e9bbb44671161af6903235ba1dffbe8d9e89edac 100644 |
| --- a/components/autofill/core/browser/autofill_manager.h |
| +++ b/components/autofill/core/browser/autofill_manager.h |
| @@ -281,7 +281,7 @@ class AutofillManager : public AutofillDownloadManager::Observer, |
| int query_id, |
| const FormData& form, |
| const FormFieldData& field, |
| - const AutofillDataModel* data_model, |
| + const AutofillDataModel& data_model, |
|
Evan Stade
2015/02/18 21:05:35
this change is just here to make it a little clear
|
| size_t variant, |
| bool is_credit_card); |