// Copyright 2015 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_UI_SCREEN_INFO_METRICS_PROVIDER_H_ #define COMPONENTS_METRICS_UI_SCREEN_INFO_METRICS_PROVIDER_H_ #include <optional> #include "components/metrics/metrics_provider.h" #include "ui/gfx/geometry/size.h" namespace metrics { // ScreenInfoMetricsProvider provides metrics related to screen info. class ScreenInfoMetricsProvider : public MetricsProvider { … }; } // namespace metrics #endif // COMPONENTS_METRICS_UI_SCREEN_INFO_METRICS_PROVIDER_H_