| Index: chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| index 1b24397deb34abe28169891bfd150173fe235080..c78d0fd6fdee475697b94a876c5e4fc3d8eab0f5 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
|
| @@ -44,6 +44,7 @@ const struct {
|
| {"genericCC", IDR_AUTOFILL_CC_GENERIC},
|
| {"jcbCC", IDR_AUTOFILL_CC_GENERIC},
|
| {"masterCardCC", IDR_AUTOFILL_CC_MASTERCARD},
|
| + {"mirCC", IDR_AUTOFILL_CC_MIR},
|
| {"visaCC", IDR_AUTOFILL_CC_VISA},
|
| #if defined(OS_ANDROID)
|
| {"scanCreditCardIcon", IDR_AUTOFILL_CC_SCAN_NEW},
|
|
|