#ifndef COMPONENTS_FEEDBACK_REDACTION_TOOL_REDACTION_TOOL_H_
#define COMPONENTS_FEEDBACK_REDACTION_TOOL_REDACTION_TOOL_H_
#include <map>
#include <memory>
#include <set>
#include <string>
#include "base/component_export.h"
#include "base/feature_list.h"
#include "base/location.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/sequence_checker.h"
#include "base/task/sequenced_task_runner.h"
#include "components/feedback/redaction_tool/pii_types.h"
#include "components/feedback/redaction_tool/redaction_tool_metrics_recorder.h"
namespace re2 {
class RE2;
}
namespace redaction {
features
struct CustomPatternWithAlias { … };
class RedactionTool { … };
class RedactionToolContainer
: public base::RefCountedThreadSafe<RedactionToolContainer> { … };
}
#endif