// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/instrumentation/histogram.h" #include "base/metrics/histogram_samples.h" #include "base/test/test_mock_time_task_runner.h" #include "testing/gtest/include/gtest/gtest.h" namespace blink { class TestCustomCountHistogram : public CustomCountHistogram { … }; class ScopedUsHistogramTimerTest : public testing::Test { … }; TEST_F(ScopedUsHistogramTimerTest, Basic) { … } TEST_F(ScopedUsHistogramTimerTest, BasicHighRes) { … } } // namespace blink