chromium/components/metrics/ui/screen_info_metrics_provider_unittest.cc

// 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.

#include "components/metrics/ui/screen_info_metrics_provider.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/metrics_proto/chrome_user_metrics_extension.pb.h"
#include "ui/gfx/geometry/size.h"

namespace metrics {

namespace {

const int kScreenWidth =;
const int kScreenHeight =;
const int kScreenCount =;
const float kScreenScaleFactor =;

class TestScreenInfoMetricsProvider : public ScreenInfoMetricsProvider {};

}  // namespace

class ScreenInfoMetricsProviderTest : public testing::Test {};

TEST_F(ScreenInfoMetricsProviderTest, ProvideSystemProfileMetrics) {}

}  // namespace metrics