#ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_SUBRESOURCE_FILTER_SAFE_BROWSING_CLIENT_REQUEST_H_
#define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_SUBRESOURCE_FILTER_SAFE_BROWSING_CLIENT_REQUEST_H_
#include <stddef.h>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "components/safe_browsing/core/browser/db/database_manager.h"
#include "components/safe_browsing/core/browser/db/util.h"
class GURL;
namespace base {
class SingleThreadTaskRunner;
}
namespace safe_browsing {
struct ThreatMetadata;
}
namespace subresource_filter {
class SubresourceFilterSafeBrowsingClient;
class SubresourceFilterSafeBrowsingClientRequest
: public safe_browsing::SafeBrowsingDatabaseManager::Client { … };
}
#endif