chromium/chrome/browser/ui/views/web_apps/isolated_web_apps/isolated_web_app_installer_coordinator.h

// Copyright 2023 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_ISOLATED_WEB_APPS_ISOLATED_WEB_APP_INSTALLER_COORDINATOR_H_
#define CHROME_BROWSER_UI_VIEWS_WEB_APPS_ISOLATED_WEB_APPS_ISOLATED_WEB_APP_INSTALLER_COORDINATOR_H_

#include <memory>
#include <optional>

#include "base/functional/callback.h"
#include "components/webapps/common/web_app_id.h"

class Profile;

namespace base {
class FilePath;
}  // namespace base

namespace web_app {

class IsolatedWebAppInstallerModel;
class IsolatedWebAppInstallerViewController;
class IsolatedWebAppsEnabledPrefObserver;

class IsolatedWebAppInstallerCoordinator {};

}  // namespace web_app

#endif  // CHROME_BROWSER_UI_VIEWS_WEB_APPS_ISOLATED_WEB_APPS_ISOLATED_WEB_APP_INSTALLER_COORDINATOR_H_