// 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. #ifndef CHROME_BROWSER_UI_VIEWS_PERMISSIONS_CHIP_MULTI_IMAGE_CONTAINER_H_ #define CHROME_BROWSER_UI_VIEWS_PERMISSIONS_CHIP_MULTI_IMAGE_CONTAINER_H_ #include <memory> #include <vector> #include "ui/views/controls/button/label_button_image_container.h" namespace gfx { class ImageSkia; } // namespace gfx namespace ui { class ImageModel; } // namespace ui namespace views { class View; class ImageView; class LabelButton; } // namespace views class MultiImageContainer final : public views::LabelButtonImageContainer { … }; #endif // CHROME_BROWSER_UI_VIEWS_PERMISSIONS_CHIP_MULTI_IMAGE_CONTAINER_H_