| Index: chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| diff --git a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| index 3c5535098e64281cb12b0d28bd15078d6f2e05ce..7f0e8941757553fee005973c409b04247162ea92 100644
|
| --- a/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| +++ b/chrome/browser/ui/views/payments/credit_card_editor_view_controller.cc
|
| @@ -328,4 +328,9 @@ bool CreditCardEditorViewController::CreditCardValidationDelegate::
|
| return is_required_valid;
|
| }
|
|
|
| +bool CreditCardEditorViewController::GetSheetId(DialogViewID* sheet_id) {
|
| + *sheet_id = DialogViewID::CREDIT_CARD_EDITOR_SHEET;
|
| + return true;
|
| +}
|
| +
|
| } // namespace payments
|
|
|