| 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 7cdca6c774095b94854d878f2f4ce81c36948e75..9dcd4b2ee5f97d55de074c91e8978fb66f73b816 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -70,7 +70,7 @@ AutofillPopupControllerImpl::AutofillPopupControllerImpl(
|
| container_view,
|
| web_contents)),
|
| view_(NULL),
|
| - layout_model_(this),
|
| + layout_model_(this, delegate->IsCreditCardField()),
|
| delegate_(delegate),
|
| weak_ptr_factory_(this) {
|
| ClearState();
|
|
|