| Index: base/test/test_file_util.h
|
| diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h
|
| index 27197f2d3a457c77e5a2232199ebb9c28fcdb759..7042e4848419fd4c3c0200096c7663f5c66b3289 100644
|
| --- a/base/test/test_file_util.h
|
| +++ b/base/test/test_file_util.h
|
| @@ -7,14 +7,17 @@
|
|
|
| // File utility functions used only by tests.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include <jni.h>
|
| -#include "base/basictypes.h"
|
| #endif
|
|
|
| namespace base {
|
|
|