| 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 3a94806673588b54a42895ba7836a6c15a3ebbf0..5af696374de7006d69feadebf979fbd1b1928923 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
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_UI_VIEWS_PAYMENTS_CONTACT_INFO_EDITOR_VIEW_CONTROLLER_H_
|
|
|
| #include <memory>
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| @@ -51,6 +52,8 @@ class ContactInfoEditorViewController : public EditorViewController {
|
| // |profile|.
|
| void PopulateProfile(autofill::AutofillProfile* profile);
|
|
|
| + bool GetSheetId(DialogViewID* sheet_id) override;
|
| +
|
| autofill::AutofillProfile* profile_to_edit_;
|
|
|
| class ContactInfoValidationDelegate : public ValidationDelegate {
|
|
|