#ifndef CHROME_BROWSER_WEB_APPLICATIONS_EXTERNALLY_MANAGED_APP_INSTALL_TASK_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_EXTERNALLY_MANAGED_APP_INSTALL_TASK_H_
#include <memory>
#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/web_applications/external_install_options.h"
#include "chrome/browser/web_applications/externally_managed_app_manager.h"
namespace content {
class WebContents;
}
namespace webapps {
enum class InstallResultCode;
enum class UninstallResultCode;
}
namespace web_app {
class WebAppProvider;
class WebAppDataRetriever;
class ExternallyManagedAppInstallTask { … };
}
#endif