| Index: chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.h b/chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| index 4a2bb1756b770203ca1937bb11804e34f9381bd6..9b1973f4859ab88cc8b72e093ca01f5fd7d81f05 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_controller.h
|
| @@ -134,7 +134,8 @@ class AutofillDialogController {
|
| // Called when the user changes the contents of a text field or activates it
|
| // (by focusing and then clicking it). |was_edit| is true when the function
|
| // was called in response to the user editing the text field.
|
| - virtual void UserEditedOrActivatedInput(const DetailInput* input,
|
| + virtual void UserEditedOrActivatedInput(DialogSection section,
|
| + AutofillFieldType type,
|
| gfx::NativeView parent_view,
|
| const gfx::Rect& content_bounds,
|
| const string16& field_contents,
|
|
|