| Index: sandbox/win/src/sidestep_resolver.h
|
| diff --git a/sandbox/win/src/sidestep_resolver.h b/sandbox/win/src/sidestep_resolver.h
|
| index cf03d6e812a06c0a4d35fefa86f3815aa120f349..8088272ee4edff4aac994660e884b93a03e1b236 100644
|
| --- a/sandbox/win/src/sidestep_resolver.h
|
| +++ b/sandbox/win/src/sidestep_resolver.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef SANDBOX_SRC_SIDESTEP_RESOLVER_H__
|
| #define SANDBOX_SRC_SIDESTEP_RESOLVER_H__
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "sandbox/win/src/nt_internals.h"
|
| #include "sandbox/win/src/resolver.h"
|
|
|
|
|