Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | // Copyright 2012 The Chromium Authors |
[email protected] | 80772ed | 2011-08-09 21:11:38 | [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 | |||||
[email protected] | b50892c5f | 2012-05-13 07:34:14 | [diff] [blame] | 5 | #ifndef CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_H_ |
6 | #define CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_H_ | ||||
[email protected] | 80772ed | 2011-08-09 21:11:38 | [diff] [blame] | 7 | |
Jan Wilken Dörrie | ad587c3 | 2021-03-11 14:09:27 | [diff] [blame] | 8 | #include <string> |
9 | |||||
Avi Drissman | 9269d4ed | 2023-01-07 01:38:06 | [diff] [blame] | 10 | #include "base/functional/callback_forward.h" |
Edman Anjos | 2951b07 | 2025-06-06 08:49:36 | [diff] [blame] | 11 | #include "base/functional/callback_helpers.h" |
[email protected] | 80772ed | 2011-08-09 21:11:38 | [diff] [blame] | 12 | #include "ui/gfx/native_widget_types.h" |
13 | |||||
[email protected] | d3322029 | 2012-07-04 01:41:27 | [ |