chromium/chrome/browser/ui/views/web_apps/force_installed_preinstalled_deprecated_app_dialog_view.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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;
}  // namespace content

class ForceInstalledPreinstalledDeprecatedAppDialogView
    : public views::BoxLayoutView {};

#endif  // CHROME_BROWSER_UI_VIEWS_WEB_APPS_FORCE_INSTALLED_PREINSTALLED_DEPRECATED_APP_DIALOG_VIEW_H_