| Index: chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| diff --git a/chrome/browser/infobars/insecure_content_infobar_delegate.cc b/chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| index bba9988bb6fc3a52dc782de484a458dbdd6fe8cb..fa90ef46100e0f950b5e1459e137f859772d7247 100644
|
| --- a/chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| +++ b/chrome/browser/infobars/insecure_content_infobar_delegate.cc
|
| @@ -13,9 +13,9 @@
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "content/public/common/page_transition_types.h"
|
| #include "grit/components_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/base/page_transition_types.h"
|
|
|
|
|
| // static
|
| @@ -116,6 +116,6 @@ bool InsecureContentInfoBarDelegate::LinkClicked(
|
| "support/chrome/bin/answer.py?answer=1342714"),
|
| content::Referrer(),
|
| (disposition == CURRENT_TAB) ? NEW_FOREGROUND_TAB : disposition,
|
| - content::PAGE_TRANSITION_LINK, false));
|
| + ui::PAGE_TRANSITION_LINK, false));
|
| return false;
|
| }
|
|
|