chromium/components/reporting/metrics/fakes/fake_metric_event_observer.h

// Copyright 2022 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_REPORTING_METRICS_FAKES_FAKE_METRIC_EVENT_OBSERVER_H_
#define COMPONENTS_REPORTING_METRICS_FAKES_FAKE_METRIC_EVENT_OBSERVER_H_

#include "components/reporting/metrics/metric_event_observer.h"
#include "components/reporting/proto/synced/metric_data.pb.h"

namespace reporting::test {

class FakeMetricEventObserver : public MetricEventObserver {};

}  // namespace reporting::test

#endif  // COMPONENTS_REPORTING_METRICS_FAKES_FAKE_METRIC_EVENT_OBSERVER_H_