// 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 "ui/native_theme/native_theme.h" #include "base/test/metrics/histogram_tester.h" #include "base/time/time.h" #include "testing/gtest/include/gtest/gtest.h" namespace ui { namespace { class TestNativeTheme : public NativeTheme { … }; } // namespace TEST(NativeThemeTest, TestOnNativeThemeUpdatedMetricsEmitted) { … } TEST(NativeThemeTest, TestColorProviderKeyForcedColors) { … } TEST(NativeThemeTest, TestCaretBlinkInterval) { … } } // namespace ui