#ifndef COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_
#define COMPONENTS_INFOBARS_CORE_CONFIRM_INFOBAR_DELEGATE_H_
#include <string>
#include "base/observer_list.h"
#include "build/build_config.h"
#include "components/infobars/core/infobar_delegate.h"
#include "components/infobars/core/infobar_manager.h"
#include "ui/gfx/image/image_skia.h"
#include "ui/gfx/text_constants.h"
namespace infobars {
class InfoBar;
}
namespace ui {
class ImageModel;
}
class ConfirmInfoBarDelegate : public infobars::InfoBarDelegate { … };
#endif