| Index: chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| index f34a2b120e9003ddaf2e6b349b3bb2292b383334..976c0f17082e3310aecb9bb62537677df8fb8f4a 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| @@ -73,7 +73,7 @@ class AutofillDialogViewDelegate;
|
| forSection:(autofill::DialogSection)section;
|
|
|
| // Populates |output| with mappings from field identification to input value.
|
| -- (void)getInputs:(autofill::DetailOutputMap*)output;
|
| +- (void)getInputs:(autofill::FieldValueMap*)output;
|
|
|
| // Called when the delegate-maintained suggestions model has changed.
|
| - (void)modelChanged;
|
|
|