#ifndef COMPONENTS_FAVICON_CORE_FAVICON_TYPES_H_
#define COMPONENTS_FAVICON_CORE_FAVICON_TYPES_H_
#include <vector>
#include "base/memory/ref_counted_memory.h"
#include "base/time/time.h"
#include "components/favicon_base/favicon_types.h"
#include "ui/gfx/geometry/size.h"
#include "url/gurl.h"
namespace favicon {
FaviconBitmapID;
IconMappingID;
struct IconMapping { … };
struct FaviconBitmapIDSize { … };
enum FaviconBitmapType { … };
struct IconMappingsForExpiry { … };
struct FaviconBitmap { … };
struct UpdateFaviconMappingsResult { … };
struct MergeFaviconResult { … };
struct SetFaviconsResult { … };
}
#endif