#ifndef COMPONENTS_WEBAPPS_BROWSER_INSTALLABLE_INSTALLABLE_ICON_FETCHER_H_
#define COMPONENTS_WEBAPPS_BROWSER_INSTALLABLE_INSTALLABLE_ICON_FETCHER_H_
#include <vector>
#include "base/functional/callback.h"
#include "base/task/cancelable_task_tracker.h"
#include "build/android_buildflags.h"
#include "components/webapps/browser/installable/installable_logging.h"
#include "components/webapps/browser/installable/installable_page_data.h"
#include "third_party/blink/public/mojom/manifest/manifest.mojom.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "url/gurl.h"
namespace content {
class WebContents;
}
namespace favicon_base {
struct LargeIconResult;
}
namespace webapps {
namespace test {
extern int g_minimum_favicon_size_for_testing;
}
class InstallableIconFetcher { … };
}
#endif