chromium/components/metrics/content/gpu_metrics_provider.h

// Copyright 2014 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_GPU_METRICS_PROVIDER_H_
#define COMPONENTS_METRICS_CONTENT_GPU_METRICS_PROVIDER_H_

#include "components/metrics/metrics_provider.h"

namespace metrics {

// GPUMetricsProvider provides GPU-related metrics.
class GPUMetricsProvider : public MetricsProvider {};

}  // namespace metrics

#endif  // COMPONENTS_METRICS_CONTENT_GPU_METRICS_PROVIDER_H_