| Index: sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h
 | 
| diff --git a/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h b/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h
 | 
| index 38e02bf8d2623e8035414dd761c4bbf975bbe9dc..c64e994172ede20a7efd72f8ca89583cc2dcefc3 100644
 | 
| --- a/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h
 | 
| +++ b/sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.h
 | 
| @@ -5,7 +5,8 @@
 | 
|  #ifndef SANDBOX_LINUX_SECCOMP_BPF_HELPERS_SIGSYS_HANDLERS_H_
 | 
|  #define SANDBOX_LINUX_SECCOMP_BPF_HELPERS_SIGSYS_HANDLERS_H_
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include "build/build_config.h"
 | 
|  #include "sandbox/linux/bpf_dsl/bpf_dsl_forward.h"
 | 
|  #include "sandbox/sandbox_export.h"
 | 
| 
 |