| Index: sandbox/win/src/resolver.h
|
| diff --git a/sandbox/win/src/resolver.h b/sandbox/win/src/resolver.h
|
| index 85f1e9199085fa987e9df097abc0510bef555231..9424060a3fee16233e3d8e6292f6235e7251d9e3 100644
|
| --- a/sandbox/win/src/resolver.h
|
| +++ b/sandbox/win/src/resolver.h
|
| @@ -6,7 +6,9 @@
|
| // For more details see
|
| // http://dev.chromium.org/developers/design-documents/sandbox .
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "sandbox/win/src/nt_internals.h"
|
|
|
| #ifndef SANDBOX_SRC_RESOLVER_H__
|
|
|