Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 940723002: Fix Autofill crash on mac address book entries (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698