| Index: ui/native_theme/native_theme_mac.mm
|
| diff --git a/ui/native_theme/native_theme_mac.mm b/ui/native_theme/native_theme_mac.mm
|
| index edc3029fa71d603ffa1606f1c048e94cde56001b..43eb1296316e424026f8bee6f435ea1696b25d8e 100644
|
| --- a/ui/native_theme/native_theme_mac.mm
|
| +++ b/ui/native_theme/native_theme_mac.mm
|
| @@ -5,11 +5,12 @@
|
| #include "ui/native_theme/native_theme_mac.h"
|
|
|
| #import <Cocoa/Cocoa.h>
|
| +#include <stddef.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/mac/mac_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| #include "base/mac/sdk_forward_declarations.h"
|
| +#include "base/macros.h"
|
| #import "skia/ext/skia_utils_mac.h"
|
| #include "third_party/skia/include/effects/SkGradientShader.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|