| Index: components/favicon_base/select_favicon_frames_unittest.cc
|
| diff --git a/components/favicon_base/select_favicon_frames_unittest.cc b/components/favicon_base/select_favicon_frames_unittest.cc
|
| index df99c72fdc702a2e7487e02fdb20045f9701c95c..4fe404459c1840dee3eb171cc4501030c7c09131 100644
|
| --- a/components/favicon_base/select_favicon_frames_unittest.cc
|
| +++ b/components/favicon_base/select_favicon_frames_unittest.cc
|
| @@ -4,6 +4,10 @@
|
|
|
| #include "components/favicon_base/select_favicon_frames.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
|
|