| 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 f94d0a821b6b9733bf409f6bb530d03ce32acce3..2bfbb7c287fa02a7444f70798ff9834200faa879 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h
|
| @@ -39,7 +39,7 @@ class AutofillDialogCocoa;
|
| - (void)updateSection:(autofill::DialogSection)section;
|
| - (void)fillSection:(autofill::DialogSection)section
|
| forInput:(const autofill::DetailInput&)input;
|
| -- (void)getInputs:(autofill::DetailOutputMap*)outputs
|
| +- (void)getInputs:(autofill::FieldValueMap*)outputs
|
| forSection:(autofill::DialogSection)section;
|
| - (NSString*)getCvc;
|
| - (BOOL)saveDetailsLocally;
|
|
|