chromium/chrome/browser/ui/webui/metrics_reporter/mock_metrics_reporter.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 CHROME_BROWSER_UI_WEBUI_METRICS_REPORTER_MOCK_METRICS_REPORTER_H_
#define CHROME_BROWSER_UI_WEBUI_METRICS_REPORTER_MOCK_METRICS_REPORTER_H_

#include "chrome/browser/ui/webui/metrics_reporter/metrics_reporter.h"

#include "testing/gmock/include/gmock/gmock.h"

class MockMetricsReporter : public MetricsReporter {};

#endif  // CHROME_BROWSER_UI_WEBUI_METRICS_REPORTER_MOCK_METRICS_REPORTER_H_