#ifndef CHROME_BROWSER_CONTROLLED_FRAME_CONTROLLED_FRAME_MENU_ICON_LOADER_H_
#define CHROME_BROWSER_CONTROLLED_FRAME_CONTROLLED_FRAME_MENU_ICON_LOADER_H_
#include <map>
#include <set>
#include "base/functional/callback.h"
#include "base/gtest_prod_util.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/extensions/menu_icon_loader.h"
#include "chrome/browser/extensions/menu_manager.h"
#include "chrome/browser/web_applications/web_app_install_info.h"
class SkBitmap;
namespace content {
class BrowserContext;
}
namespace gfx {
class Image;
}
namespace extensions {
class Extension;
}
namespace controlled_frame {
class ControlledFrameMenuIconLoader : public extensions::MenuIconLoader { … };
}
#endif