#ifndef COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_PROFILE_INTERACTION_MANAGER_H_
#define COMPONENTS_SUBRESOURCE_FILTER_CONTENT_BROWSER_PROFILE_INTERACTION_MANAGER_H_
#include "base/memory/raw_ptr.h"
#include "build/build_config.h"
#include "components/subresource_filter/content/browser/safe_browsing_page_activation_throttle.h"
#include "components/subresource_filter/core/common/activation_decision.h"
#include "components/subresource_filter/core/mojom/subresource_filter.mojom.h"
#if BUILDFLAG(IS_ANDROID)
#include "components/subresource_filter/content/browser/ads_blocked_message_delegate.h"
#endif
namespace content {
class Page;
class RenderFrameHost;
class WebContents;
}
namespace subresource_filter {
class SubresourceFilterProfileContext;
class ProfileInteractionManager
: public SafeBrowsingPageActivationThrottle::Delegate { … };
}
#endif