#ifndef COMPONENTS_SAFE_BROWSING_CORE_BROWSER_DB_UTIL_H_
#define COMPONENTS_SAFE_BROWSING_CORE_BROWSER_DB_UTIL_H_
#include <stdint.h>
#include <cstring>
#include <memory>
#include <set>
#include <string>
#include "base/containers/flat_map.h"
#include "base/trace_event/traced_value.h"
#include "components/safe_browsing/core/browser/db/v4_protocol_manager_util.h"
#include "components/safe_browsing/core/common/safe_browsing_prefs.h"
namespace safe_browsing {
enum class ThreatPatternType : int { … };
enum class SubresourceFilterType : int { … };
enum class SubresourceFilterLevel : int { … };
SubresourceFilterMatch;
struct ThreatMetadata { … };
}
#endif