// Copyright 2014 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_SET_H_ #define EXTENSIONS_COMMON_ICONS_EXTENSION_ICON_SET_H_ #include <set> #include <string> #include <string_view> #include "base/containers/flat_map.h" namespace base { class FilePath; } // Represents the set of icons for an extension. class ExtensionIconSet { … }; #endif // EXTENSIONS_COMMON_ICONS_EXTENSION_ICON_SET_H_