| Index: chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
|
| diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
|
| index bc06ca34e90fe0593d09b959b47d260075b9ca5a..66b0ff0a32a9016393b0d2bc870ecd2fd5c3c941 100644
|
| --- a/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
|
| +++ b/chrome/browser/ui/autofill/mock_autofill_dialog_controller.cc
|
| @@ -139,12 +139,12 @@ std::vector<AutofillFieldType> MockAutofillDialogController::InputsAreValid(
|
| }
|
|
|
| void MockAutofillDialogController::UserEditedOrActivatedInput(
|
| - const DetailInput* input,
|
| + DialogSection section,
|
| + AutofillFieldType type,
|
| gfx::NativeView parent_view,
|
| const gfx::Rect& content_bounds,
|
| const string16& field_contents,
|
| - bool was_edit) {
|
| -}
|
| + bool was_edit) {}
|
|
|
| bool MockAutofillDialogController::HandleKeyPressEventInInput(
|
| const content::NativeWebKeyboardEvent& event) {
|
|
|