#ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_SUBRESOURCE_FILTER_SAFE_BROWSING_CLIENT_H_
#define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_SUBRESOURCE_FILTER_SAFE_BROWSING_CLIENT_H_
#include <stddef.h>
#include <memory>
#include "base/containers/flat_map.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "components/safe_browsing/core/browser/db/util.h"
class GURL;
namespace base {
class SingleThreadTaskRunner;
namespace trace_event {
class TracedValue;
}
}
namespace safe_browsing {
class SafeBrowsingDatabaseManager;
}
namespace subresource_filter {
class SafeBrowsingPageActivationThrottle;
class SubresourceFilterSafeBrowsingClientRequest;
class SubresourceFilterSafeBrowsingClient { … };
}
#endif