// Copyright 2021 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/base/models/simple_combobox_model.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/image/image_unittest_util.h" namespace ui { TEST(SimpleComboboxModelTest, StringItems) { … } TEST(SimpleComboboxModelTest, ComboboxItems) { … } TEST(SimpleComboboxModelTest, GetDefaultIndex) { … } } // namespace ui