chromium/components/metrics/content/accessibility_metrics_provider.h

// Copyright 2019 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_METRICS_CONTENT_ACCESSIBILITY_METRICS_PROVIDER_H_
#define COMPONENTS_METRICS_CONTENT_ACCESSIBILITY_METRICS_PROVIDER_H_

#include "components/metrics/metrics_provider.h"

namespace metrics {

////////////////////////////////////////////////////////////////////////////////
//
// AccessibilityMetricsProvider
//
// A class used to provide frequent signals for AT or accessibility usage
// histograms on Win, Mac and Android, enable accurate counting of unique users.
//
////////////////////////////////////////////////////////////////////////////////
class AccessibilityMetricsProvider : public metrics::MetricsProvider {};

}  // namespace metrics

#endif  // COMPONENTS_METRICS_CONTENT_ACCESSIBILITY_METRICS_PROVIDER_H_