| Index: components/crash/core/common/objc_zombie.h
|
| diff --git a/components/crash/core/common/objc_zombie.h b/components/crash/core/common/objc_zombie.h
|
| index 88fe0aa1a204a812b02065d7c859d750abe0b45c..c023f1c30e14474801dd58f299eaf9c1d2f2ac85 100644
|
| --- a/components/crash/core/common/objc_zombie.h
|
| +++ b/components/crash/core/common/objc_zombie.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_CRASH_CORE_COMMON_OBJC_ZOMBIE_H_
|
| #define COMPONENTS_CRASH_CORE_COMMON_OBJC_ZOMBIE_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "build/build_config.h"
|
|
|
| // You should think twice every single time you use anything from this
|
| // namespace.
|
|
|