#ifndef COMPONENTS_METRICS_TEST_TEST_METRICS_SERVICE_CLIENT_H_
#define COMPONENTS_METRICS_TEST_TEST_METRICS_SERVICE_CLIENT_H_
#include <stdint.h>
#include <set>
#include <string>
#include <string_view>
#include "base/memory/raw_ptr.h"
#include "components/metrics/metrics_log_store.h"
#include "components/metrics/metrics_log_uploader.h"
#include "components/metrics/metrics_service_client.h"
#include "components/metrics/test/test_metrics_log_uploader.h"
namespace variations {
class SyntheticTrialRegistry;
}
namespace metrics {
class TestMetricsServiceClient : public MetricsServiceClient { … };
}
#endif