| 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 a81bbf2c813f7b809d1a195d6f458bd8e004fb04..f524993e493f5ba7eb0ff5b59a20c28b4e793b8e 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
|
| @@ -92,8 +92,8 @@ class AutofillDialogViewDelegate;
|
| - (void)update;
|
|
|
| // Fills the section with Autofill data that was triggered by a user
|
| -// interaction with the originating |input|.
|
| -- (void)fillForInput:(const autofill::DetailInput&)input;
|
| +// interaction with the originating |type|.
|
| +- (void)fillForType:(const autofill::ServerFieldType)type;
|
|
|
| // Validate this section. Validation rules depend on |validationType|.
|
| - (BOOL)validateFor:(autofill::ValidationType)validationType;
|
|
|