| Index: chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| index c33b38a7b23af5d2bbe50456053163e9e608f92e..f2fd9ea8d0e636e17b3b0e6409ad247c578504f4 100644
|
| --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.cc
|
| @@ -106,7 +106,7 @@ bool AutofillCCInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
|
| content::OpenURLParams(
|
| GURL(autofill::kHelpURL), content::Referrer(),
|
| (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
|
| - content::PAGE_TRANSITION_LINK, false));
|
| + ui::PAGE_TRANSITION_LINK, false));
|
| return false;
|
| }
|
|
|
|
|