Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | // Copyright 2021 The Chromium Authors |
Colin Blundell | d4d9073 | 2021-04-28 09:43:44 | [diff] [blame] | 2 | // 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 | |||||
12 | namespace gfx { | ||||
13 | struct VectorIcon; | ||||
14 | } | ||||