blob: d99e6674379a248a5a2615e9d784c03e0b8cca80 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2021 The Chromium Authors
Colin Blundelld4d90732021-04-28 09:43:442// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_INFOBARS_SIMPLE_ALERT_INFOBAR_CREATOR_H_
6#define CHROME_BROWSER_INFOBARS_SIMPLE_ALERT_INFOBAR_CREATOR_H_
7
8#include <string>
9
10#include "components/infobars/core/infobar_delegate.h"
11
12namespace gfx {
13struct VectorIcon;
14}