// Copyright 2020 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/themed_vector_icon.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/gfx/paint_vector_icon.h" #include "ui/gfx/vector_icon_types.h" namespace ui { namespace { const gfx::VectorIcon* GetVectorIcon() { … } } // namespace TEST(ThemedVectorIconTest, DefaultEmpty) { … } TEST(ThemedVectorIconTest, CheckForVectorIcon) { … } TEST(ImageModelTest, CheckAssign) { … } } // namespace ui