| Index: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
|
| index 657cd11df5f9167707f8fddf837f8c10278d450f..1de57cdaf14a54ba98f3d3937a64e23ba9492d0f 100644
|
| --- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
|
| +++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
|
| @@ -58,9 +58,9 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
|
| MOCK_METHOD3(InputValidityMessage,
|
| string16(DialogSection, ServerFieldType, const string16&));
|
| MOCK_METHOD2(InputsAreValid, ValidityMessages(DialogSection,
|
| - const DetailOutputMap&));
|
| + const FieldValueMap&));
|
| MOCK_METHOD6(UserEditedOrActivatedInput, void(DialogSection,
|
| - const DetailInput*,
|
| + ServerFieldType,
|
| gfx::NativeView,
|
| const gfx::Rect&,
|
| const string16&,
|
|
|