chromium/extensions/browser/extension_icon_manager.h

// Copyright 2011 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_BROWSER_EXTENSION_ICON_MANAGER_H_
#define EXTENSIONS_BROWSER_EXTENSION_ICON_MANAGER_H_

#include <map>
#include <set>

#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "extensions/common/extension_id.h"
#include "ui/gfx/image/image.h"

namespace content {
class BrowserContext;
}

namespace extensions {

class Extension;

class ExtensionIconManager {};

} // namespace extensions

#endif  // EXTENSIONS_BROWSER_EXTENSION_ICON_MANAGER_H_