| 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 7e760de605055cbd24be1620f0996b87c95a5947..ba2bb177130fefa832776d3e531f98d9a53cb485 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)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;
|
|
|