// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/permissions/chip/multi_image_container.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/views/view.h" TEST(MultiImageContainerTest, SetImages) { … }