Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / autofill / autofill_popup_controller_impl.cc
index ae0a5f2..72e6c2b 100644 (file)
@@ -14,7 +14,7 @@
 #include "components/autofill/core/browser/autofill_popup_delegate.h"
 #include "components/autofill/core/browser/popup_item_ids.h"
 #include "content/public/browser/native_web_keyboard_event.h"
-#include "grit/component_scaled_resources.h"
+#include "grit/components_scaled_resources.h"
 #include "ui/base/resource/resource_bundle.h"
 #include "ui/events/event.h"
 #include "ui/gfx/rect_conversions.h"
@@ -530,7 +530,8 @@ bool AutofillPopupControllerImpl::HasSuggestions() {
          (identifiers_[0] > 0 ||
           identifiers_[0] == POPUP_ITEM_ID_AUTOCOMPLETE_ENTRY ||
           identifiers_[0] == POPUP_ITEM_ID_PASSWORD_ENTRY ||
-          identifiers_[0] == POPUP_ITEM_ID_DATALIST_ENTRY);
+          identifiers_[0] == POPUP_ITEM_ID_DATALIST_ENTRY ||
+          identifiers_[0] == POPUP_ITEM_ID_MAC_ACCESS_CONTACTS);
 }
 
 void AutofillPopupControllerImpl::SetValues(