| Index: chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| index 22c718874dcdd448206dd14561f3dc0f5540bbed..526f4208e6a17597f404837ec9719305325f89fe 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
|
| @@ -68,7 +68,8 @@ class AutofillPopupLayoutModelTest : public ChromeRenderViewHostTestHarness {
|
| ChromeRenderViewHostTestHarness::SetUp();
|
|
|
| delegate_.reset(new TestAutofillPopupViewDelegate(web_contents()));
|
| - layout_model_.reset(new AutofillPopupLayoutModel(delegate_.get()));
|
| + layout_model_.reset(new AutofillPopupLayoutModel(
|
| + delegate_.get(), false /* is_credit_card_field */));
|
| }
|
|
|
| AutofillPopupLayoutModel* layout_model() { return layout_model_.get(); }
|
|
|