blob: b15f94acb90b878febfc0ce9ecafc0f6f8e308f6 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2012 The Chromium Authors
[email protected]80772ed2011-08-09 21:11:382// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]b50892c5f2012-05-13 07:34:145#ifndef CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_H_
6#define CHROME_BROWSER_UI_SIMPLE_MESSAGE_BOX_H_
[email protected]80772ed2011-08-09 21:11:387
Jan Wilken Dörriead587c32021-03-11 14:09:278#include <string>
9
Avi Drissman9269d4ed2023-01-07 01:38:0610#include "base/functional/callback_forward.h"
Edman Anjos2951b072025-06-06 08:49:3611#include "base/functional/callback_helpers.h"
[email protected]80772ed2011-08-09 21:11:3812#include "ui/gfx/native_widget_types.h"
13
[email protected]d33220292012-07-04 01:41:27