Chromium Code Reviews| Index: chrome/browser/ui/views/autofill/autofill_dialog_views.h |
| diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
| index 6e4df9b077575daab5cfe88c8409ec0f3eb60dbe..7eef90a0c95b0d138bc872d3c4871ffd422ce01e 100644 |
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h |
| @@ -440,7 +440,7 @@ class AutofillDialogViews : public AutofillDialogView, |
| void UpdateSectionImpl(DialogSection section, bool clobber_inputs); |
| // Updates the visual state of the given group as per the model. |
| - void UpdateDetailsGroupState(const DetailsGroup& group); |
| + void UpdateDetailsGroupState(DetailsGroup* group); |
|
Evan Stade
2013/04/30 19:03:10
nit: revert this change, instead fix ValidateGroup
Dan Beam
2013/05/01 00:43:09
Done.
|
| // Gets a pointer to the DetailsGroup that's associated with the given section |
| // of the dialog. |