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..208da6fe4a81242c0b4bdaf61f19890495cc4034 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
@@ -59,6 +59,9 @@ const DataResource kDataResources[] = { |
{ "jcbCC", IDR_AUTOFILL_CC_JCB }, |
{ "masterCardCC", IDR_AUTOFILL_CC_MASTERCARD }, |
{ "visaCC", IDR_AUTOFILL_CC_VISA }, |
+#if defined(OS_MACOSX) && !defined(OS_IOS) |
+ { "macContactsIcon", IDR_AUTOFILL_MAC_CONTACTS_ICON }, |
+#endif // defined(OS_MACOSX) && !defined(OS_IOS) |
}; |
} // namespace |