#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 web_app {
class IsolatedWebAppInstallerModel;
class IsolatedWebAppInstallerViewController;
class IsolatedWebAppsEnabledPrefObserver;
class IsolatedWebAppInstallerCoordinator { … };
}
#endif