#ifndef COMPONENTS_JAVASCRIPT_DIALOGS_VIEWS_APP_MODAL_DIALOG_VIEW_VIEWS_H_
#define COMPONENTS_JAVASCRIPT_DIALOGS_VIEWS_APP_MODAL_DIALOG_VIEW_VIEWS_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "build/chromeos_buildflags.h"
#include "components/javascript_dialogs/app_modal_dialog_view.h"
#include "ui/base/mojom/ui_base_types.mojom-shared.h"
#include "ui/views/window/dialog_delegate.h"
namespace views {
class MessageBoxView;
}
namespace javascript_dialogs {
class AppModalDialogController;
#if BUILDFLAG(IS_CHROMEOS_LACROS)
class LayerDimmer;
#endif
class AppModalDialogViewViews : public AppModalDialogView,
public views::DialogDelegate { … };
}
#endif