#ifndef CHROME_BROWSER_UI_VIEWS_WEB_APPS_FORCE_INSTALLED_PREINSTALLED_DEPRECATED_APP_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_WEB_APPS_FORCE_INSTALLED_PREINSTALLED_DEPRECATED_APP_DIALOG_VIEW_H_
#include <optional>
#include <string>
#include "base/auto_reset.h"
#include "extensions/common/extension_id.h"
#include "ui/views/layout/box_layout_view.h"
#include "url/gurl.h"
namespace content {
class WebContents;
}
class ForceInstalledPreinstalledDeprecatedAppDialogView
: public views::BoxLayoutView { … };
#endif