// 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. #include "components/metrics/motherboard_metrics_provider.h" #include <utility> #include "base/functional/bind.h" #include "base/test/bind.h" #include "base/test/task_environment.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/metrics_proto/system_profile.pb.h" namespace metrics { namespace { class TestMotherboardMetricsProvider : public MotherboardMetricsProvider { … }; } // namespace TEST(MotherboardMetricsProviderTest, ProvideSystemProfileMetrics) { … } } // namespace metrics