| Index: chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
|
| diff --git a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
|
| index bd1fee3510eec4f91a97120b8f48491b9bfef368..044038463df7fade6a0108e469fe08bf4c6afbe0 100644
|
| --- a/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
|
| +++ b/chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "chrome/browser/infobars/infobar.h"
|
| #include "chrome/browser/infobars/infobar_service.h"
|
| +#include "components/infobars/core/infobar.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/theme_resources.h"
|
| @@ -32,7 +32,8 @@ int WebsiteSettingsInfoBarDelegate::GetIconID() const {
|
| return IDR_INFOBAR_ALT_NAV_URL;
|
| }
|
|
|
| -InfoBarDelegate::Type WebsiteSettingsInfoBarDelegate::GetInfoBarType() const {
|
| +infobars::InfoBarDelegate::Type WebsiteSettingsInfoBarDelegate::GetInfoBarType()
|
| + const {
|
| return PAGE_ACTION_TYPE;
|
| }
|
|
|
|
|