| Index: components/enhanced_bookmarks/image_store_util_ios.mm
|
| diff --git a/components/enhanced_bookmarks/image_store_util_ios.mm b/components/enhanced_bookmarks/image_store_util_ios.mm
|
| index 98a08dbc7f34124de20d5076400ee47c0e7ede11..22cea25de4ad2587ab86c782ef9000a0bc63c48e 100644
|
| --- a/components/enhanced_bookmarks/image_store_util_ios.mm
|
| +++ b/components/enhanced_bookmarks/image_store_util_ios.mm
|
| @@ -4,10 +4,12 @@
|
|
|
| #include "components/enhanced_bookmarks/image_store_util.h"
|
|
|
| +#include <stddef.h>
|
| #import <UIKit/UIKit.h>
|
|
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/mac/scoped_nsobject.h"
|
| +#include "base/macros.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "ui/gfx/color_analysis.h"
|
|
|
|
|