| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| index d3d9004d75d3d494890114f6ff3eba9620e2d558..58a829eb5aa4949512489f3c66f215d203b2f801 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| @@ -38,7 +38,7 @@ class AutofillDialogCocoa;
|
| - (void)updateSection:(autofill::DialogSection)section;
|
| - (void)updateForErrors;
|
| - (void)fillSection:(autofill::DialogSection)section
|
| - forInput:(const autofill::DetailInput&)input;
|
| + forType:(const autofill::ServerFieldType)type;
|
| - (void)getInputs:(autofill::FieldValueMap*)outputs
|
| forSection:(autofill::DialogSection)section;
|
| - (NSString*)getCvc;
|
|
|