#include "components/safe_browsing/content/browser/unsafe_resource_util.h"
#include "components/safe_browsing/content/browser/async_check_tracker.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/web_contents.h"
namespace safe_browsing::unsafe_resource_util {
content::NavigationEntry* GetNavigationEntryForResource(
const security_interstitials::UnsafeResource& resource) { … }
content::WebContents* GetWebContentsForResource(
const security_interstitials::UnsafeResource& resource) { … }
}