Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
index 96f125d6fe8797a276e4e296a53eda2a03861d46..cc1927401951d67ff0d1f9bad4d37b442f446f87 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
@@ -59,6 +59,7 @@ const DataResource kDataResources[] = { |
{ "jcbCC", IDR_AUTOFILL_CC_JCB }, |
{ "masterCardCC", IDR_AUTOFILL_CC_MASTERCARD }, |
{ "visaCC", IDR_AUTOFILL_CC_VISA }, |
+ { "macContactsIcon", IDR_AUTOFILL_MAC_CONTACTS_ICON }, |
}; |
} // namespace |