#ifndef COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_PASSWORD_PROTECTION_PASSWORD_PROTECTION_SERVICE_H_
#define COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_PASSWORD_PROTECTION_PASSWORD_PROTECTION_SERVICE_H_
#include "build/build_config.h"
#include "components/password_manager/core/browser/password_manager_metrics_util.h"
#include "components/password_manager/core/browser/password_reuse_detector.h"
#include "components/safe_browsing/buildflags.h"
#include "components/safe_browsing/content/common/safe_browsing.mojom.h"
#include "components/safe_browsing/core/browser/password_protection/metrics_util.h"
#include "components/safe_browsing/core/browser/password_protection/password_protection_service_base.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"
#include "content/public/browser/commit_deferring_condition.h"
#include "mojo/public/cpp/bindings/remote.h"
namespace content {
class NavigationHandle;
class WebContents;
}
class GURL;
namespace safe_browsing {
class PasswordProtectionCommitDeferringCondition;
class PasswordProtectionRequest;
ReusedPasswordAccountType;
PasswordType;
PasswordReuseEvent;
ReusedPasswordType;
SyncAccountType;
struct PasswordReuseInfo { … };
class PasswordProtectionService : public PasswordProtectionServiceBase { … };
}
#endif