#ifndef CHROME_BROWSER_ASH_SHIMLESS_RMA_DIAGNOSTICS_APP_PROFILE_HELPER_H_
#define CHROME_BROWSER_ASH_SHIMLESS_RMA_DIAGNOSTICS_APP_PROFILE_HELPER_H_
#include "ash/webui/shimless_rma/backend/shimless_rma_delegate.h"
#include "base/files/file_path.h"
#include "components/webapps/common/web_app_id.h"
#include "extensions/common/extension_id.h"
#include "url/origin.h"
namespace content {
class BrowserContext;
class ServiceWorkerContext;
}
namespace web_app {
class WebApp;
class WebAppCommandScheduler;
}
namespace ash::shimless_rma {
class DiagnosticsAppProfileHelperDelegate { … };
void PrepareDiagnosticsAppProfile(
DiagnosticsAppProfileHelperDelegate* delegate,
const base::FilePath& crx_path,
const base::FilePath& swbn_path,
ShimlessRmaDelegate::PrepareDiagnosticsAppBrowserContextCallback callback);
}
#endif