// 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 EXTENSIONS_COMMON_ICONS_EXTENSION_ICON_VARIANT_H_ #define EXTENSIONS_COMMON_ICONS_EXTENSION_ICON_VARIANT_H_ #include <optional> #include <set> #include <string> #include <vector> #include "base/containers/flat_map.h" #include "base/values.h" #include "extensions/common/icons/extension_icon_variants_diagnostics.h" namespace extensions { // Either `any` or `map` must have a non-empty and valid size and/or path. class ExtensionIconVariant { … }; } // namespace extensions #endif // EXTENSIONS_COMMON_ICONS_EXTENSION_ICON_VARIANT_H_