#ifndef COMPONENTS_FINGERPRINTING_PROTECTION_FILTER_BROWSER_FINGERPRINTING_PROTECTION_PROFILE_INTERACTION_MANAGER_H_
#define COMPONENTS_FINGERPRINTING_PROTECTION_FILTER_BROWSER_FINGERPRINTING_PROTECTION_PROFILE_INTERACTION_MANAGER_H_
#include "components/prefs/pref_service.h"
#include "components/privacy_sandbox/tracking_protection_settings.h"
namespace subresource_filter {
enum class ActivationDecision;
namespace mojom {
enum class ActivationLevel;
}
}
namespace content {
class NavigationHandle;
}
namespace fingerprinting_protection_filter {
class ProfileInteractionManager { … };
}
#endif