#ifndef CHROME_BROWSER_WEB_APPLICATIONS_ISOLATED_WEB_APPS_ISOLATED_WEB_APP_VALIDATOR_H_
#define CHROME_BROWSER_WEB_APPLICATIONS_ISOLATED_WEB_APPS_ISOLATED_WEB_APP_VALIDATOR_H_
#include <memory>
#include <optional>
#include <vector>
#include "base/functional/callback_forward.h"
#include "base/types/expected.h"
#include "chrome/browser/web_applications/isolated_web_apps/error/unusable_swbn_file_error.h"
#include "components/web_package/signed_web_bundles/signed_web_bundle_signature_stack.h"
class GURL;
namespace web_package {
class SignedWebBundleId;
}
namespace web_app {
class IsolatedWebAppTrustChecker;
class IsolatedWebAppValidator { … };
}
#endif