| Index: chrome/browser/ui/views/payments/contact_info_editor_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.h b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.h
|
| index 5af696374de7006d69feadebf979fbd1b1928923..b50ec9dce9396e741b976649c232bed8060158d2 100644
|
| --- a/chrome/browser/ui/views/payments/contact_info_editor_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/contact_info_editor_view_controller.h
|
| @@ -28,11 +28,11 @@ class ContactInfoEditorViewController : public EditorViewController {
|
| ContactInfoEditorViewController(PaymentRequestSpec* spec,
|
| PaymentRequestState* state,
|
| PaymentRequestDialogView* dialog,
|
| + BackNavigationType back_navigation_type,
|
| autofill::AutofillProfile* profile);
|
| ~ContactInfoEditorViewController() override;
|
|
|
| // EditorViewController:
|
| - std::unique_ptr<views::View> CreateHeaderView() override;
|
| std::vector<EditorField> GetFieldDefinitions() override;
|
| base::string16 GetInitialValueForType(
|
| autofill::ServerFieldType type) override;
|
|
|