#ifndef COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
#define COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
#include <string>
#include "base/memory/raw_ptr.h"
#include "build/build_config.h"
#include "ui/base/window_open_disposition.h"
#include "url/gurl.h"
class ConfirmInfoBarDelegate;
class ThemeInstalledInfoBarDelegate;
namespace blocked_content {
class PopupBlockedInfoBarDelegate;
}
#if BUILDFLAG(IS_ANDROID)
namespace offline_pages {
class OfflinePageInfoBarDelegate;
}
#endif
namespace translate {
class TranslateInfoBarDelegate;
}
namespace gfx {
class Image;
struct VectorIcon;
}
namespace ui {
class ImageModel;
}
namespace infobars {
class InfoBar;
class InfoBarDelegate { … };
}
#endif