| Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| index 0b124bb5c059b8c3616591d45748429564e4c620..5d237ee4b19a6348adc0d39d572695e3cc73bf83 100644
|
| --- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc
|
| @@ -84,7 +84,7 @@ bool AlternateNavInfoBarDelegate::LinkClicked(
|
| // default action when it's typed again in the future.
|
| InfoBarService::WebContentsFromInfoBar(infobar())->OpenURL(
|
| content::OpenURLParams(match_.destination_url, content::Referrer(),
|
| - disposition, content::PAGE_TRANSITION_TYPED,
|
| + disposition, ui::PAGE_TRANSITION_TYPED,
|
| false));
|
|
|
| // We should always close, even if the navigation did not occur within this
|
|
|