| Index: chrome/browser/autofill/autofill_metrics_unittest.cc
|
| diff --git a/chrome/browser/autofill/autofill_metrics_unittest.cc b/chrome/browser/autofill/autofill_metrics_unittest.cc
|
| index 71256ebbbb4cf622ec6afa921bedf1294cfbc282..c56e993f2b5a0f0d119dd59331673a0d7ea47a92 100644
|
| --- a/chrome/browser/autofill/autofill_metrics_unittest.cc
|
| +++ b/chrome/browser/autofill/autofill_metrics_unittest.cc
|
| @@ -322,7 +322,7 @@ AutofillCCInfoBarDelegate* AutofillMetricsTest::CreateDelegate(
|
| if (created_card)
|
| *created_card = credit_card;
|
| return new AutofillCCInfoBarDelegate(
|
| - InfoBarService::ForTab(tab_contents()),
|
| + InfoBarService::FromTabContents(tab_contents()),
|
| credit_card,
|
| &personal_data_,
|
| metric_logger);
|
|
|