| Index: components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| diff --git a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| index 4343a1fc264068ec7a818afbda2587a3bbd6263c..020d5e0df6bc644ec44843d93160cddc3a21c2a4 100644
|
| --- a/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| +++ b/components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc
|
| @@ -54,7 +54,7 @@ AutofillSaveCardInfoBarDelegateMobile::
|
|
|
| void AutofillSaveCardInfoBarDelegateMobile::OnLegalMessageLinkClicked(
|
| GURL url) {
|
| - infobar()->owner()->OpenURL(url, NEW_FOREGROUND_TAB);
|
| + infobar()->owner()->OpenURL(url, WindowOpenDisposition::NEW_FOREGROUND_TAB);
|
| }
|
|
|
| int AutofillSaveCardInfoBarDelegateMobile::GetIconId() const {
|
|
|