| Index: sandbox/win/src/service_resolver_unittest.cc
|
| diff --git a/sandbox/win/src/service_resolver_unittest.cc b/sandbox/win/src/service_resolver_unittest.cc
|
| index 2ae3e47a65767b77e299b17db6e1b7f60d528b3f..421b814faa68c81a0a05445f750db77eddf80077 100644
|
| --- a/sandbox/win/src/service_resolver_unittest.cc
|
| +++ b/sandbox/win/src/service_resolver_unittest.cc
|
| @@ -4,7 +4,9 @@
|
|
|
| // This file contains unit tests for ServiceResolverThunk.
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/win/windows_version.h"
|
| #include "sandbox/win/src/resolver.h"
|
|
|