// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_FEEDBACK_REDACTION_TOOL_METRICS_TESTER_H_ #define COMPONENTS_FEEDBACK_REDACTION_TOOL_METRICS_TESTER_H_ #include <memory> #include <string_view> #include "components/feedback/redaction_tool/redaction_tool_metrics_recorder.h" namespace redaction { // A helper class for testing metric collection on Chromium and ChromiumOS. class MetricsTester { … }; } // namespace redaction #endif // COMPONENTS_FEEDBACK_REDACTION_TOOL_METRICS_TESTER_H_