Index: components/autofill/core/browser/popup_item_ids.h |
diff --git a/components/autofill/core/browser/popup_item_ids.h b/components/autofill/core/browser/popup_item_ids.h |
index 628e00033a5a16a3c86a4c79c2266bc338c182a4..7a8e843dda928e48b72224f92f0e1e3f80e439f1 100644 |
--- a/components/autofill/core/browser/popup_item_ids.h |
+++ b/components/autofill/core/browser/popup_item_ids.h |
@@ -16,7 +16,8 @@ enum PopupItemId { |
POPUP_ITEM_ID_SEPARATOR = -3, |
POPUP_ITEM_ID_CLEAR_FORM = -4, |
POPUP_ITEM_ID_AUTOFILL_OPTIONS = -5, |
- POPUP_ITEM_ID_DATALIST_ENTRY = -6 |
+ POPUP_ITEM_ID_DATALIST_ENTRY = -6, |
+ POPUP_ITEM_ID_MAC_ACCESS_CONTACTS = -7, |
}; |
} // namespace autofill |