| Index: chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| diff --git a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| index 40420f288175da09ca192de4d2babbd4bfaf2e7b..9667864bd6b070a45fa50d195dc930d29bc0795d 100644
|
| --- a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| +++ b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.h
|
| @@ -24,6 +24,7 @@ class CreditCardEditorViewController : public EditorViewController {
|
| ~CreditCardEditorViewController() override;
|
|
|
| // EditorViewController:
|
| + views::View* CreateHeaderView() override;
|
| std::vector<EditorField> GetFieldDefinitions() override;
|
| bool ValidateModelAndSave() override;
|
| std::unique_ptr<ValidationDelegate> CreateValidationDelegate(
|
|
|